diff options
author | marcus <marcus@FreeBSD.org> | 2005-09-22 01:55:35 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-09-22 01:55:35 +0800 |
commit | edd591498b3b75578839f34fa9b5d998638e20e5 (patch) | |
tree | ecfbc7d4aac0e7f4d5bc17fd21c42bfd7a4b2995 /multimedia/totem | |
parent | a29d6c55f16af3683b20e8719f417c431d7a0a14 (diff) | |
download | freebsd-ports-gnome-edd591498b3b75578839f34fa9b5d998638e20e5.tar.gz freebsd-ports-gnome-edd591498b3b75578839f34fa9b5d998638e20e5.tar.zst freebsd-ports-gnome-edd591498b3b75578839f34fa9b5d998638e20e5.zip |
Chase libxine shared lib version.
Diffstat (limited to 'multimedia/totem')
-rw-r--r-- | multimedia/totem/Makefile | 3 |
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 |