diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-31 11:42:21 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-31 11:42:21 +0800 |
commit | 6bbc5a7ae1a142c225f77418f761d079edb8d50d (patch) | |
tree | 42334b2a0b126e19604871f7beccb01b9fec5874 /multimedia | |
parent | 3a20a3ffe08cab88dd7029736884c3c0db354b24 (diff) | |
download | marcuscom-ports-6bbc5a7ae1a142c225f77418f761d079edb8d50d.tar.gz marcuscom-ports-6bbc5a7ae1a142c225f77418f761d079edb8d50d.tar.zst marcuscom-ports-6bbc5a7ae1a142c225f77418f761d079edb8d50d.zip |
Chase the libdv shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@494 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index da5f023ec..e7add72fe 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -395,7 +395,7 @@ PLIST_SUB+= LIBAUDIOFILE="" CONFIGURE_ARGS+= --disable-libdv PLIST_SUB+= LIBDV="@comment " .else -LIB_DEPENDS+= dv.2:${PORTSDIR}/multimedia/libdv +LIB_DEPENDS+= dv.3:${PORTSDIR}/multimedia/libdv PLIST_SUB+= LIBDV="" .endif diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index da5f023ec..e7add72fe 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -395,7 +395,7 @@ PLIST_SUB+= LIBAUDIOFILE="" CONFIGURE_ARGS+= --disable-libdv PLIST_SUB+= LIBDV="@comment " .else -LIB_DEPENDS+= dv.2:${PORTSDIR}/multimedia/libdv +LIB_DEPENDS+= dv.3:${PORTSDIR}/multimedia/libdv PLIST_SUB+= LIBDV="" .endif |