diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-01-16 20:35:12 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-01-16 20:35:12 +0800 |
commit | 165bbab336eeaee6b882f36252d15ee5c8bcc113 (patch) | |
tree | b96b9b14559f21afce881d21b041a0288d651ddd /x11-toolkits | |
parent | f418dcdd4aae3e637be45537cbd1ac83eaab6b79 (diff) | |
download | freebsd-ports-gnome-165bbab336eeaee6b882f36252d15ee5c8bcc113.tar.gz freebsd-ports-gnome-165bbab336eeaee6b882f36252d15ee5c8bcc113.tar.zst freebsd-ports-gnome-165bbab336eeaee6b882f36252d15ee5c8bcc113.zip |
Use buindled libz, since version 1.1.4 is required, while 4.7 only has 1.1.3.
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxgtk-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/wxgtk-devel/Makefile b/x11-toolkits/wxgtk-devel/Makefile index 3abc3544798f..77c799cf9bd6 100644 --- a/x11-toolkits/wxgtk-devel/Makefile +++ b/x11-toolkits/wxgtk-devel/Makefile @@ -32,7 +32,7 @@ INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-libpng=sys \ --with-libjpeg=sys \ --with-libtiff=sys \ - --with-zlib=sys \ + --with-zlib=builtin \ --with-opengl CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} \ -I${WRKSRC}/include \ |