diff options
-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 |