diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-11-07 16:02:37 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-11-07 16:02:37 +0000 |
commit | a6dab36e08c10bd1943d080db995e3b69b357d45 (patch) | |
tree | eb52c676e440ece536195c96983b26a9ddd8da22 | |
parent | Add another s/PORTDOCS/MYPORTDOCS/ (diff) |
USE_MESA -> USE_GL
-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 622b4551c04e..1088c2817724 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 \ |