diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-10 02:10:58 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-10 02:10:58 +0000 |
commit | 4c2be2cac74434fce19d412aaad6010e9d56d1d4 (patch) | |
tree | 76b49bd67105334464b60bbb12c37eb29825683f /x11-toolkits/plib/Makefile | |
parent | bf2ee8507bded64491bf642ad09b47b0ca60ad09 (diff) | |
download | ports-4c2be2cac74434fce19d412aaad6010e9d56d1d4.tar.gz ports-4c2be2cac74434fce19d412aaad6010e9d56d1d4.zip |
Notes
Diffstat (limited to 'x11-toolkits/plib/Makefile')
-rw-r--r-- | x11-toolkits/plib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/plib/Makefile b/x11-toolkits/plib/Makefile index 593dc0756b2b..4ff6b9853a58 100644 --- a/x11-toolkits/plib/Makefile +++ b/x11-toolkits/plib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= plib -PORTVERSION= 1.2.0 +PORTVERSION= 1.4.2 CATEGORIES= x11-toolkits MASTER_SITES= http://plib.sourceforge.net/dist/ @@ -17,7 +17,8 @@ USE_MESA= yes USE_NEWGCC= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-glut=${X11BASE} +CONFIGURE_ENV= LIBS="-L${X11BASE}/lib ${PTHREAD_LIBS}" +CONFIGURE_ARGS= --with-GL=${X11BASE} --with-x post-patch: @${PERL} -pi -e "s| -O6 -Wall||g" ${WRKSRC}/configure |