summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-09-21 17:55:35 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-09-21 17:55:35 +0000
commit816cca6f8fd14ce279bac20866f5036efd597401 (patch)
tree1312017a4ad816da66bb4b21bf1d4c52100cfa97 /multimedia
parentChase libxine shared library version (diff)
Chase libxine shared lib version.
Notes
Notes: svn path=/head/; revision=143298
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/totem/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
index d0f36764ea68..688562c128b5 100644
--- a/multimedia/totem/Makefile
+++ b/multimedia/totem/Makefile
@@ -7,6 +7,7 @@
PORTNAME= totem
PORTVERSION= 1.0.4
+PORTREVISION?= 1
CATEGORIES= multimedia gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
@@ -45,7 +46,7 @@ USE_GSTREAMER+= gnomevfs core gconf
WITHOUT_DVDNAV= yes
PLIST_SUB= GSTREAMER=""
.else
-LIB_DEPENDS+= xine.13:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.14:${PORTSDIR}/multimedia/libxine
PLIST_SUB= GSTREAMER="@comment "
.endif