diff options
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 | ||||
-rw-r--r-- | sysutils/gstreamer-plugins-cdio/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index f83d3ca6feb0..a6c4fabf8899 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -224,7 +224,7 @@ gst_cdparanoia_PLIST_FILES= ${GST_LIB_DIR}/libgstcdparanoia.la \ gst_cdparanoia_DIST= base # cdio -gst_cdio_LIB_DEPENDS+= cdio.12:${PORTSDIR}/sysutils/libcdio +gst_cdio_LIB_DEPENDS+= cdio.13:${PORTSDIR}/sysutils/libcdio gst_cdio_PLIST_FILES= ${GST_LIB_DIR}/libgstcdio.la \ ${GST_LIB_DIR}/libgstcdio.so gst_cdio_DIST= ugly diff --git a/sysutils/gstreamer-plugins-cdio/Makefile b/sysutils/gstreamer-plugins-cdio/Makefile index cac243702303..695cc405b4d5 100644 --- a/sysutils/gstreamer-plugins-cdio/Makefile +++ b/sysutils/gstreamer-plugins-cdio/Makefile @@ -6,7 +6,7 @@ # CATEGORIES= sysutils -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Gstreamer compact disc input and control library |