diff options
-rw-r--r-- | audio/gstreamer-plugins-mad/Makefile | 2 | ||||
-rw-r--r-- | audio/gstreamer-plugins-mad80/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/audio/gstreamer-plugins-mad/Makefile b/audio/gstreamer-plugins-mad/Makefile index b960b3a96cf5..497747bf08ad 100644 --- a/audio/gstreamer-plugins-mad/Makefile +++ b/audio/gstreamer-plugins-mad/Makefile @@ -6,7 +6,7 @@ # CATEGORIES= audio -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Gstreamer mp3 decoder plugin diff --git a/audio/gstreamer-plugins-mad80/Makefile b/audio/gstreamer-plugins-mad80/Makefile index b960b3a96cf5..497747bf08ad 100644 --- a/audio/gstreamer-plugins-mad80/Makefile +++ b/audio/gstreamer-plugins-mad80/Makefile @@ -6,7 +6,7 @@ # CATEGORIES= audio -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Gstreamer mp3 decoder plugin 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 diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index 0c406bf3f8f0..d27c21c96055 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/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 |