aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/wxgtk26/Makefile
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2007-05-26 16:40:39 +0800
committerfjoe <fjoe@FreeBSD.org>2007-05-26 16:40:39 +0800
commit5e4a64d12db8411ab3eac432831f2f3c3c5b06d2 (patch)
treea39d90aefb5d8de46e4e673cedf2b5369eee5204 /x11-toolkits/wxgtk26/Makefile
parent2b65e306ed8568c5927ec2bbb2b9ad2546a10dd0 (diff)
downloadfreebsd-ports-gnome-5e4a64d12db8411ab3eac432831f2f3c3c5b06d2.tar.gz
freebsd-ports-gnome-5e4a64d12db8411ab3eac432831f2f3c3c5b06d2.tar.zst
freebsd-ports-gnome-5e4a64d12db8411ab3eac432831f2f3c3c5b06d2.zip
Remove gstreamer 0.8 support. Ports that need gstreamer support in wxWidgets
should switch to wxgtk28.
Diffstat (limited to 'x11-toolkits/wxgtk26/Makefile')
-rw-r--r--x11-toolkits/wxgtk26/Makefile4
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