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:
parent
510fcda605
commit
cff2045997
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191890
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
|
||||
MAINTAINER= fjoe@FreeBSD.org
|
||||
COMMENT= The wxWidgets GUI toolkit (Unicode)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user