diff options
author | fjoe <fjoe@FreeBSD.org> | 2007-01-09 02:37:22 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2007-01-09 02:37:22 +0800 |
commit | a64d363b6a0537392b523714905a8b41dcd78159 (patch) | |
tree | e536be837a88b038ce96ec2aac704fb6b7daf6d7 /x11-toolkits/wxgtk29/Makefile | |
parent | c8df55d9e0fde4df878238d2ec48f1c25afadb75 (diff) | |
download | freebsd-ports-gnome-a64d363b6a0537392b523714905a8b41dcd78159.tar.gz freebsd-ports-gnome-a64d363b6a0537392b523714905a8b41dcd78159.tar.zst freebsd-ports-gnome-a64d363b6a0537392b523714905a8b41dcd78159.zip |
- Update to 2.8.0 release.
- Fix file conflicts with wxgtk2 2.4 and wxgtk2-common 2.6 ports.
Diffstat (limited to 'x11-toolkits/wxgtk29/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk29/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile index df20772edecb..e2abc881c37a 100644 --- a/x11-toolkits/wxgtk29/Makefile +++ b/x11-toolkits/wxgtk29/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wx -PORTVERSION= 2.8.0rc1 +PORTVERSION= 2.8.0 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wxwindows @@ -22,11 +22,12 @@ LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png\ expat.6:${PORTSDIR}/textproc/expat2\ mspack.1:${PORTSDIR}/archivers/libmspack +USE_BZIP2= yes USE_X_PREFIX= yes USE_GL= yes USE_GMAKE= yes USE_ICONV= yes -USE_GNOME= gtk20 +USE_GNOME= gtk20 gconf2 USE_GSTREAMER= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libpng=sys\ |