diff options
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index f5f5602d0..f2bebb9fb 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -231,7 +231,7 @@ LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual # musepack .if ${GST_PLUGIN}=="musepack" -LIB_DEPENDS+= musepack.2:${PORTSDIR}/audio/libmusepack +LIB_DEPENDS+= mpcdec.3:${PORTSDIR}/audio/libmpcdec .endif # hermes diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index f5f5602d0..f2bebb9fb 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -231,7 +231,7 @@ LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual # musepack .if ${GST_PLUGIN}=="musepack" -LIB_DEPENDS+= musepack.2:${PORTSDIR}/audio/libmusepack +LIB_DEPENDS+= mpcdec.3:${PORTSDIR}/audio/libmpcdec .endif # hermes |