diff options
author | kwm <kwm@FreeBSD.org> | 2012-08-12 22:36:27 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2012-08-12 22:36:27 +0800 |
commit | d13b0f3d8ecfb9f2894eb4bc3e2dfb2c38661730 (patch) | |
tree | 255907510d556a48f34ea1bf042a2a247ca04a2f /multimedia | |
parent | f54f4ff4b2ccb72abd22b5c7b22d4d7e7e2c02c9 (diff) | |
download | freebsd-ports-gnome-d13b0f3d8ecfb9f2894eb4bc3e2dfb2c38661730.tar.gz freebsd-ports-gnome-d13b0f3d8ecfb9f2894eb4bc3e2dfb2c38661730.tar.zst freebsd-ports-gnome-d13b0f3d8ecfb9f2894eb4bc3e2dfb2c38661730.zip |
Remove musicbrainz logic, keep it in BAD_GST_ALL_PLUGINS so configure doesn't
start looking for it.
PR: ports/170561
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 668306286eb9..fd3b9e66f81f 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -406,12 +406,6 @@ gst_musepack_PLIST_FILES= ${GST_LIB_DIR}/libgstmusepack.la \ ${GST_LIB_DIR}/libgstmusepack.so gst_musepack_DIST= bad -# musicbrainz -gst_musicbrainz_LIB_DEPENDS+= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz -gst_musicbrainz_PLIST_FILES= ${GST_LIB_DIR}/libgsttrm.so \ - ${GST_LIB_DIR}/libgsttrm.la -gst_musicbrainz_DIST= bad - # nas gst_nas_LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas gst_nas_DIST= bad |