diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-11-08 00:02:37 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-11-08 00:02:37 +0800 |
commit | ef5b0a5fb63ae0be67a657b8a2e415cb5f83e152 (patch) | |
tree | 6f2f495551a45a096a8ddc19698bd5d97189130f /x11-toolkits | |
parent | c0547b78676065f1053d52736d16c557fcd34dcb (diff) | |
download | freebsd-ports-gnome-ef5b0a5fb63ae0be67a657b8a2e415cb5f83e152.tar.gz freebsd-ports-gnome-ef5b0a5fb63ae0be67a657b8a2e415cb5f83e152.tar.zst freebsd-ports-gnome-ef5b0a5fb63ae0be67a657b8a2e415cb5f83e152.zip |
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 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 \ |