1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Remove gstreamer 0.8 support. Ports that need gstreamer support in wxWidgets

should switch to wxgtk28.
This commit is contained in:
Max Khon 2007-05-26 08:40:39 +00:00
parent 510fcda605
commit cff2045997
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191890
2 changed files with 2 additions and 4 deletions
x11-toolkits
wxgtk26-unicode
wxgtk26

View File

@ -5,7 +5,7 @@
# $FreeBSD$
#
PORTREVISION= 2
PORTREVISION= 3
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit (Unicode)

View File

@ -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