diff options
author | lioux <lioux@FreeBSD.org> | 2003-01-17 02:44:34 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-01-17 02:44:34 +0800 |
commit | 832da3d244d86f6e7854788e404949e7ec60b8f9 (patch) | |
tree | afbfcea0aa2e9f59b62eb0d6f35361c0c095bde8 /multimedia/gstreamer-plugins80 | |
parent | 6bcb752449f1be8213f2e3fc8f452924d87f0d15 (diff) | |
download | freebsd-ports-gnome-832da3d244d86f6e7854788e404949e7ec60b8f9.tar.gz freebsd-ports-gnome-832da3d244d86f6e7854788e404949e7ec60b8f9.tar.zst freebsd-ports-gnome-832da3d244d86f6e7854788e404949e7ec60b8f9.zip |
Chase libdv library version bump in version 0.9.9
Diffstat (limited to 'multimedia/gstreamer-plugins80')
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index 4dff4857a58b..a3c9aafd3412 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -380,7 +380,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 |