diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-01 21:05:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-01 21:05:51 +0000 |
commit | 8652f3026a07c1a1e0b7fb3609ca4919233dcd5f (patch) | |
tree | b6a3e3d8d780ade7bd607d9b2cd082257a6295c7 /multimedia/gstreamer-plugins/Makefile.common | |
parent | - Update to 2.3.2-7 (diff) |
- libdts was renamed libdca
Notes
Notes:
svn path=/head/; revision=191326
Diffstat (limited to 'multimedia/gstreamer-plugins/Makefile.common')
-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 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 |