diff options
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 2 | ||||
-rw-r--r-- | sysutils/gstreamer-plugins-cdio80/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index 7e0a212226d2..e065f231c12b 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -248,7 +248,7 @@ LIB_DEPENDS+= cdaudio.1:${PORTSDIR}/audio/libcdaudio # libcdio .if ${GST_PLUGIN}=="cdio" -LIB_DEPENDS+= cdio.6:${PORTSDIR}/sysutils/libcdio +LIB_DEPENDS+= cdio.7:${PORTSDIR}/sysutils/libcdio PLIST_FILES= ${GST_LIB_DIR}/libgstcddasrc.so \ ${GST_LIB_DIR}/libgstcddasrc.a \ ${GST_LIB_DIR}/libgstcddasrc.la diff --git a/sysutils/gstreamer-plugins-cdio80/Makefile b/sysutils/gstreamer-plugins-cdio80/Makefile index f890e9d0abff..4f77fae21c96 100644 --- a/sysutils/gstreamer-plugins-cdio80/Makefile +++ b/sysutils/gstreamer-plugins-cdio80/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/sysutils/gstreamer-plugins-cdio80/Makefile,v 1.2 2006/02/25 00:19:56 marcus Exp $ # -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils COMMENT= Gstreamer compact disc input and control library |