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:
parent
256c2950a4
commit
46e311de01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425308
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user