aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-09-22 01:55:35 +0800
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-09-22 01:55:35 +0800
commit816cca6f8fd14ce279bac20866f5036efd597401 (patch)
tree1312017a4ad816da66bb4b21bf1d4c52100cfa97
parent98ba3d6aa5b726b4ebab2da57ce11cf363ddc323 (diff)
downloadfreebsd-ports-gnome-816cca6f8fd14ce279bac20866f5036efd597401.tar.gz
freebsd-ports-gnome-816cca6f8fd14ce279bac20866f5036efd597401.tar.zst
freebsd-ports-gnome-816cca6f8fd14ce279bac20866f5036efd597401.zip
Chase libxine shared lib version.
-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