summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2007-05-26 08:40:39 +0000
committerMax Khon <fjoe@FreeBSD.org>2007-05-26 08:40:39 +0000
commitcff2045997cf8fc766bad22bf369bf85278a5424 (patch)
tree98bb7b2f52c0baeb38aa14600586287b2875ec24 /x11-toolkits
parentFix pkg-plist. (diff)
Remove gstreamer 0.8 support. Ports that need gstreamer support in wxWidgets
should switch to wxgtk28.
Notes
Notes: svn path=/head/; revision=191890
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/wxgtk26-unicode/Makefile2
-rw-r--r--x11-toolkits/wxgtk26/Makefile4
2 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/wxgtk26-unicode/Makefile b/x11-toolkits/wxgtk26-unicode/Makefile
index 6675b85cc168..3f05d87a3480 100644
--- a/x11-toolkits/wxgtk26-unicode/Makefile
+++ b/x11-toolkits/wxgtk26-unicode/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 2
+PORTREVISION= 3
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit (Unicode)
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