mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Respect X11BASE
Reported by: pointyhat
This commit is contained in:
parent
b69c79b36a
commit
90c21bccb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178710
@ -22,6 +22,6 @@ LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g" ${WRKSRC}/Makefile.PL
|
||||
@${PERL} -pi -e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g; s|/usr/X11R6|${X11BASE}|g" ${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user