diff options
author | Max Khon <fjoe@FreeBSD.org> | 2007-05-26 08:40:39 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2007-05-26 08:40:39 +0000 |
commit | cff2045997cf8fc766bad22bf369bf85278a5424 (patch) | |
tree | 98bb7b2f52c0baeb38aa14600586287b2875ec24 /x11-toolkits/wxgtk26 | |
parent | 510fcda60570ce0d024d2c6bd60a38fcb051eda6 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/wxgtk26')
-rw-r--r-- | x11-toolkits/wxgtk26/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile index 9ff1e852b4f2..ecdf782b01d1 100644 --- a/x11-toolkits/wxgtk26/Makefile +++ b/x11-toolkits/wxgtk26/Makefile @@ -28,7 +28,6 @@ USE_GL= yes USE_GMAKE= yes USE_ICONV= yes USE_GNOME= gtk20 -USE_GSTREAMER80=yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libpng=sys\ --with-libjpeg=sys\ @@ -38,7 +37,6 @@ CONFIGURE_ARGS= --with-libpng=sys\ --with-opengl\ --with-mspack\ --with-gtk\ - --enable-mediactrl\ --disable-backtrace CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ -I${X11BASE}/include" \ @@ -53,7 +51,7 @@ PLIST= ${.CURDIR}/pkg-plist WXGTK_FLAVOR?= gtk2 .if ${WXGTK_FLAVOR} == "gtk2" -PORTREVISION= 3 +PORTREVISION= 4 CONFLICTS= wxgtk2-contrib-devel-2.5.2* .endif |