diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-03-22 05:27:56 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-03-22 05:27:56 +0000 |
commit | 473cc9949a63945af56365dcc3367892ae502cca (patch) | |
tree | 9688c67479b937ba252a8bb2c51af417330fc91d /multimedia | |
parent | Chase the goffice shared lib version. (diff) |
Chase the libxine shared lib version.
Notes
Notes:
svn path=/head/; revision=187973
Diffstat (limited to 'multimedia')
-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 |