diff options
author | mezz <mezz@FreeBSD.org> | 2007-03-25 00:28:58 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-03-25 00:28:58 +0800 |
commit | f649b981b57038734da1db46a28731639ca9c7da (patch) | |
tree | 78abf562f20ce76c48bb4863644a6d7d326c290c | |
parent | 8a2915045e92c97b66bd2cd51651951e26454d1f (diff) | |
download | freebsd-ports-gnome-f649b981b57038734da1db46a28731639ca9c7da.tar.gz freebsd-ports-gnome-f649b981b57038734da1db46a28731639ca9c7da.tar.zst freebsd-ports-gnome-f649b981b57038734da1db46a28731639ca9c7da.zip |
Make sure totem-xine to actually have xine enable by add --enable-xine=yes,
without it will enable gstreamer by default. Bump the PORTREVISION to have our
users' totem-xine correct.
PR: ports/110749
Submitted by: Sergio Lenzi <lenzi@k1.com.br>
-rw-r--r-- | multimedia/totem-xine/Makefile | 3 | ||||
-rw-r--r-- | multimedia/totem/Makefile | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/totem-xine/Makefile b/multimedia/totem-xine/Makefile index e54cf177ce5a..4b9d2fb2710a 100644 --- a/multimedia/totem-xine/Makefile +++ b/multimedia/totem-xine/Makefile @@ -4,8 +4,9 @@ # # $FreeBSD$ # $MCom: ports/multimedia/totem-xine/Makefile,v 1.1 2007/03/15 14:29:57 ahze Exp $ +# -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -xine MAINTAINER= gnome@FreeBSD.org diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index a0ee289d78d4..11b7e0d616f9 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -69,6 +69,7 @@ USE_GSTREAMER+= gnomevfs core gconf hal good mpeg2dec ugly WITHOUT_DVDNAV= yes PLIST_SUB+= GSTREAMER="" .else +CONFIGURE_ARGS+=--enable-xine=yes LIB_DEPENDS+= xine.1:${PORTSDIR}/multimedia/libxine PLIST_SUB+= GSTREAMER="@comment " .endif |