diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-24 05:32:10 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-24 05:32:10 +0800 |
commit | cb6f98176a49cf03a2335705b0d652d033ca0ca8 (patch) | |
tree | 48a5ae687dea0063105a90a06231cd747875e635 | |
parent | be1141b48531e5f29701f348b6e0b8e30b9d77ef (diff) | |
download | marcuscom-ports-cb6f98176a49cf03a2335705b0d652d033ca0ca8.tar marcuscom-ports-cb6f98176a49cf03a2335705b0d652d033ca0ca8.tar.gz marcuscom-ports-cb6f98176a49cf03a2335705b0d652d033ca0ca8.tar.bz2 marcuscom-ports-cb6f98176a49cf03a2335705b0d652d033ca0ca8.tar.lz marcuscom-ports-cb6f98176a49cf03a2335705b0d652d033ca0ca8.tar.xz marcuscom-ports-cb6f98176a49cf03a2335705b0d652d033ca0ca8.tar.zst marcuscom-ports-cb6f98176a49cf03a2335705b0d652d033ca0ca8.zip |
Chase the libmpcdec shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6108 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 3ac7f5094..07c9b5c40 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -1,5 +1,5 @@ # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.37 2006/03/14 19:09:14 ahze Exp $ +# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.38 2006/04/01 21:36:24 marcus Exp $ # base BASE_GST_ALL_PLUGINS= \ alsa \ @@ -265,7 +265,7 @@ DIST= ugly # musepack .if ${GST_PLUGIN}=="musepack" -LIB_DEPENDS+= mpcdec.3:${PORTSDIR}/audio/libmpcdec +LIB_DEPENDS+= mpcdec.4:${PORTSDIR}/audio/libmpcdec DIST= bad .endif diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index 1c84b35e6..b080a6900 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -261,7 +261,7 @@ LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual # musepack .if ${GST_PLUGIN}=="musepack" -LIB_DEPENDS+= mpcdec.3:${PORTSDIR}/audio/libmpcdec +LIB_DEPENDS+= mpcdec.4:${PORTSDIR}/audio/libmpcdec .endif # hermes |