1
0
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:
Rong-En Fan 2006-12-03 18:21:03 +00:00
parent b69c79b36a
commit 90c21bccb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178710

View File

@ -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>