diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-07 09:27:06 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-07 09:27:06 +0800 |
commit | 97dc1ccd911bb0ed4fca5a6371836561f554ba21 (patch) | |
tree | 4d05d61254c87ee99dd981130a34c331a7562d61 /multimedia/gstreamer-plugins | |
parent | 22153277e4c08891ead20753c9cef33cc219a2ed (diff) | |
download | freebsd-ports-graphics-97dc1ccd911bb0ed4fca5a6371836561f554ba21.tar.gz freebsd-ports-graphics-97dc1ccd911bb0ed4fca5a6371836561f554ba21.tar.zst freebsd-ports-graphics-97dc1ccd911bb0ed4fca5a6371836561f554ba21.zip |
Chase the libmad/libid3tag shared lib version.
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index e485eee7a09..7f9075ba245 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -541,7 +541,8 @@ PLIST_SUB+= LIBSIDPLAY="" CONFIGURE_ARGS+= --disable-mad PLIST_SUB+= LIBMAD="@comment " .else -LIB_DEPENDS+= mad.1:${PORTSDIR}/audio/mad +LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad \ + id3tag.2:${PORTSDIR}/audio/libid3tag PLIST_SUB+= LIBMAD="" .endif |