diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-10-28 14:14:42 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-10-28 14:14:42 +0000 |
commit | 7356489873d2915da6662cee6ef2fb62cb2a6d29 (patch) | |
tree | 5d4f9aa9f1f7f5e1e36cedf914ab95db05360914 /multimedia/gstreamer-plugins | |
parent | e6afd8cb7fc95b80afd944cc33ac7a15e0c58c07 (diff) | |
download | ports-7356489873d2915da6662cee6ef2fb62cb2a6d29.tar.gz ports-7356489873d2915da6662cee6ef2fb62cb2a6d29.zip |
Chase id3tag shlib change.
Notes
Notes:
svn path=/head/; revision=146581
Diffstat (limited to 'multimedia/gstreamer-plugins')
-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 0c406bf3f8f0..d27c21c96055 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -381,7 +381,7 @@ LIB_DEPENDS+= theora.1:${PORTSDIR}/multimedia/libtheora # mad .if ${GST_PLUGIN}=="mad" LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad \ - id3tag.2:${PORTSDIR}/audio/libid3tag + id3tag.0:${PORTSDIR}/audio/libid3tag .endif # mpeg2enc |