aboutsummaryrefslogtreecommitdiff
path: root/multimedia/totem
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-03-24 16:28:58 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-03-24 16:28:58 +0000
commitbff57b762bb129cfa1550d04078eb44cadab69cc (patch)
tree93588c7bfa3533e79f67aaddc7f201b43d83bc47 /multimedia/totem
parentccdc5171a71bf7396078b72e7931f7a22af1e5ab (diff)
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>
Notes
Notes: svn path=/head/; revision=188194
Diffstat (limited to 'multimedia/totem')
-rw-r--r--multimedia/totem/Makefile1
1 files changed, 1 insertions, 0 deletions
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