diff options
author | naddy <naddy@FreeBSD.org> | 2013-06-10 19:04:03 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2013-06-10 19:04:03 +0800 |
commit | ca9ceafa7f456e15dbbb62f404ae623079c8555b (patch) | |
tree | 685d3acf5eb9c96a7de47d9a83458c17404b2e12 /multimedia | |
parent | aa0b5f7dd710089f4eb0a880c37d373800442cf7 (diff) | |
download | freebsd-ports-gnome-ca9ceafa7f456e15dbbb62f404ae623079c8555b.tar.gz freebsd-ports-gnome-ca9ceafa7f456e15dbbb62f404ae623079c8555b.tar.zst freebsd-ports-gnome-ca9ceafa7f456e15dbbb62f404ae623079c8555b.zip |
Chase audio/flac 1.3.0 update in gstreamer.
Submitted by: Barbara Guida <barbara.freebsd@gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 4b9ccd3a7041..61dd0eb702fe 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -281,7 +281,7 @@ gst_faad_PLIST_FILES= ${GST_LIB_DIR}/libgstfaad.la \ gst_faad_DIST= bad # flac -gst_flac_LIB_DEPENDS+= FLAC.10:${PORTSDIR}/audio/flac +gst_flac_LIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac gst_flac_PLIST_FILES= ${GST_LIB_DIR}/libgstflac.la \ ${GST_LIB_DIR}/libgstflac.so |