diff options
author | marcus <marcus@FreeBSD.org> | 2007-03-22 13:27:56 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-03-22 13:27:56 +0800 |
commit | ae36214c282786d05afbe31af292e36acc896eca (patch) | |
tree | 4e7cbb64ff82a4465aae6ce36d9edf9d19085fd1 /multimedia/totem | |
parent | ea91f9f91a80cdf87cd80b4d9779bce9e0b66245 (diff) | |
download | freebsd-ports-gnome-ae36214c282786d05afbe31af292e36acc896eca.tar.gz freebsd-ports-gnome-ae36214c282786d05afbe31af292e36acc896eca.tar.zst freebsd-ports-gnome-ae36214c282786d05afbe31af292e36acc896eca.zip |
Chase the libxine shared lib version.
Diffstat (limited to 'multimedia/totem')
-rw-r--r-- | multimedia/totem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index a841a1764244..a0ee289d78d4 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -69,7 +69,7 @@ USE_GSTREAMER+= gnomevfs core gconf hal good mpeg2dec ugly WITHOUT_DVDNAV= yes PLIST_SUB+= GSTREAMER="" .else -LIB_DEPENDS+= xine.16:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.1:${PORTSDIR}/multimedia/libxine PLIST_SUB+= GSTREAMER="@comment " .endif |