diff options
author | pav <pav@FreeBSD.org> | 2007-05-02 05:05:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-05-02 05:05:51 +0800 |
commit | 40855e42999cab9418db68c1e9977461d603ac6f (patch) | |
tree | 1851d8ddcec2eab4627abccf1cdc0ffbabc66ce8 /multimedia/gstreamer-plugins/Makefile.common | |
parent | d421d4028736fff62bcd0310afa8b2aae6fb2f00 (diff) | |
download | freebsd-ports-gnome-40855e42999cab9418db68c1e9977461d603ac6f.tar.gz freebsd-ports-gnome-40855e42999cab9418db68c1e9977461d603ac6f.tar.zst freebsd-ports-gnome-40855e42999cab9418db68c1e9977461d603ac6f.zip |
- libdts was renamed libdca
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 |