1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Fix build for people with DEVELOPER=yes.

PR:		214201
This commit is contained in:
Tijl Coosemans 2016-11-04 10:01:35 +00:00
parent 256c2950a4
commit 46e311de01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425308
2 changed files with 6 additions and 0 deletions

View File

@ -25,4 +25,7 @@ USE_LINUX_RPM= yes
USE_LDCONFIG= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
post-stage:
@${RM} ${STAGEDIR}${PREFIX}/usr/lib/libGL.so.1
.include <bsd.port.mk>

View File

@ -25,4 +25,7 @@ USE_LINUX_RPM= yes
USE_LDCONFIG= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
post-stage:
@${RM} ${STAGEDIR}${PREFIX}/usr/lib/libGL.so.1
.include <bsd.port.mk>