diff options
-rw-r--r-- | multimedia/gstreamer-plugins-dts/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins-dts/Makefile b/multimedia/gstreamer-plugins-dts/Makefile index eb7769682393..04012eb0b2e4 100644 --- a/multimedia/gstreamer-plugins-dts/Makefile +++ b/multimedia/gstreamer-plugins-dts/Makefile @@ -6,7 +6,7 @@ # CATEGORIES= multimedia -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Gstreamer dts plugin diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 1e91dd5c51ed..6f3a10f2316a 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -159,7 +159,7 @@ DIST= base # dts .if ${GST_PLUGIN}=="dts" -LIB_DEPENDS+= dv.4:${PORTSDIR}/multimedia/libdv +BUILD_DEPENDS+= ${LOCALBASE}/lib/libdts.a:${PORTSDIR}/multimedia/libdts PLIST_FILES= ${GST_LIB_DIR}/libgstdtsdec.a \ ${GST_LIB_DIR}/libgstdtsdec.la \ ${GST_LIB_DIR}/libgstdtsdec.so |