diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-16 11:22:36 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-16 11:22:36 +0000 |
commit | 6bb6f8d65840844c41978efbaed048929641a6ab (patch) | |
tree | 310ca4e0f9df27a7abda5d1728843e31d08c671f /multimedia/gstreamer-plugins | |
parent | 807ec12db6bf7c8d562d018d0c2b06d511bcb92c (diff) |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
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 |