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>
This commit is contained in:
Jeremy Messenger
2007-03-24 16:28:58 +00:00
parent ccdc5171a7
commit bff57b762b
2 changed files with 3 additions and 1 deletions

View File

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

View File

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