aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-05-01 21:05:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-05-01 21:05:51 +0000
commit8652f3026a07c1a1e0b7fb3609ca4919233dcd5f (patch)
treeb6a3e3d8d780ade7bd607d9b2cd082257a6295c7 /multimedia
parent4edc532ba0ed4523a24432a9e80be5d52ff9b656 (diff)
downloadports-8652f3026a07c1a1e0b7fb3609ca4919233dcd5f.tar.gz
ports-8652f3026a07c1a1e0b7fb3609ca4919233dcd5f.zip
Notes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer-plugins/Makefile.common2
-rw-r--r--multimedia/gstreamer-plugins80/Makefile.common3
2 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common
index 4c4241ab0102..cbf7bc59e121 100644
--- a/multimedia/gstreamer-plugins/Makefile.common
+++ b/multimedia/gstreamer-plugins/Makefile.common
@@ -144,7 +144,7 @@ gst_cdparanoia_EXTRA_LIBS+= -lgstcdda-${VERSION}
gst_cdparanoia_DIST= base
# dts
-gst_dts_BUILD_DEPENDS+= ${LOCALBASE}/lib/libdts.a:${PORTSDIR}/multimedia/libdts
+gst_dts_LIB_DEPENDS+= dca.0:${PORTSDIR}/multimedia/libdca
gst_dts_PLIST_FILES= ${GST_LIB_DIR}/libgstdtsdec.a \
${GST_LIB_DIR}/libgstdtsdec.la \
${GST_LIB_DIR}/libgstdtsdec.so
diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common
index e74ae4509794..a370bf54aea5 100644
--- a/multimedia/gstreamer-plugins80/Makefile.common
+++ b/multimedia/gstreamer-plugins80/Makefile.common
@@ -165,8 +165,7 @@ LIB_DEPENDS+= cdda_interface.0:${PORTSDIR}/audio/cdparanoia
# dts
.if ${GST_PLUGIN}=="dts"
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libdts_pic.a:${PORTSDIR}/multimedia/libdts
-RUN_DEPENDS+= ${LOCALBASE}/lib/libdts_pic.a:${PORTSDIR}/multimedia/libdts
+LIB_DEPENDS+= dca.0:${PORTSDIR}/multimedia/libdca
GST_PLIST_SUFFIX= dec
.endif