diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-11-07 16:02:37 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-11-07 16:02:37 +0000 |
commit | ef5b0a5fb63ae0be67a657b8a2e415cb5f83e152 (patch) | |
tree | 6f2f495551a45a096a8ddc19698bd5d97189130f /x11-toolkits | |
parent | c0547b78676065f1053d52736d16c557fcd34dcb (diff) | |
download | FreeBSD-ports-ef5b0a5fb63ae0be67a657b8a2e415cb5f83e152.zip FreeBSD-ports-ef5b0a5fb63ae0be67a657b8a2e415cb5f83e152.tar.gz |
USE_MESA -> USE_GL
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxgtk-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/wxgtk-devel/Makefile b/x11-toolkits/wxgtk-devel/Makefile index 622b455..1088c28 100644 --- a/x11-toolkits/wxgtk-devel/Makefile +++ b/x11-toolkits/wxgtk-devel/Makefile @@ -24,12 +24,12 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ USE_BZIP2= yes USE_X_PREFIX= yes -USE_MESA= yes +USE_GL= yes USE_GMAKE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -CONFIGURE_ARGS=--with-libpng=sys \ +CONFIGURE_ARGS= --with-libpng=sys \ --with-libjpeg=sys \ --with-libtiff=sys \ --with-zlib=sys \ |