diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-03-08 12:49:20 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-03-08 12:49:20 +0000 |
commit | bf3215535c4e39883e8d27d2a6d5644f2cf8ffe4 (patch) | |
tree | 0b8e4b5d7d4e5c67581fde2e7ffc2201faf18d1f /multimedia/gstreamer-plugins | |
parent | fc7cdc88f16a9a896c5399e90042b3b68c0d07a1 (diff) | |
download | ports-bf3215535c4e39883e8d27d2a6d5644f2cf8ffe4.tar.gz ports-bf3215535c4e39883e8d27d2a6d5644f2cf8ffe4.zip |
Chase libmusepack shlib version.
Correct patch to libmms.
Notes
Notes:
svn path=/head/; revision=130620
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 8bb6717dd01f..45b6a752435b 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -202,7 +202,7 @@ LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual # musepack .if ${GST_PLUGIN}=="musepack" -LIB_DEPENDS+= musepack.1:${PORTSDIR}/audio/libmusepack +LIB_DEPENDS+= musepack.2:${PORTSDIR}/audio/libmusepack .endif # hermes @@ -275,7 +275,7 @@ LIB_DEPENDS+= fame-0.9.1:${PORTSDIR}/multimedia/libfame # libmms .if ${GST_PLUGIN}=="libmms" -LIB_DEPENDS+= mms.0:${PORTSDIR}/multimedia/libmms +LIB_DEPENDS+= mms.0:${PORTSDIR}/net/libmms PLIST_FILES= ${GST_LIB_DIR}/libgstmms.so .endif |