diff options
author | adamw <adamw@FreeBSD.org> | 2004-02-21 05:06:23 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-02-21 05:06:23 +0800 |
commit | 90c7ba7b333191b9d3bc6d9003b3238d0febcfcb (patch) | |
tree | 3963e07d6c8f3038f17e3e8a15f3e457a570c6b8 | |
parent | 94f1d6245db7fc37a2c8b15f04547abc942b7a4b (diff) | |
download | freebsd-ports-gnome-90c7ba7b333191b9d3bc6d9003b3238d0febcfcb.tar.gz freebsd-ports-gnome-90c7ba7b333191b9d3bc6d9003b3238d0febcfcb.tar.zst freebsd-ports-gnome-90c7ba7b333191b9d3bc6d9003b3238d0febcfcb.zip |
Chase libdvdnav shlib version.
-rw-r--r-- | multimedia/totem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 0e0fc0533cb5..c2758c7de69e 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -32,7 +32,7 @@ WITH_DVDNAV= yes .endif .if defined(WITH_DVDNAV) -LIB_DEPENDS+= dvdnav.1:${PORTSDIR}/multimedia/libdvdnav +LIB_DEPENDS+= dvdnav.3:${PORTSDIR}/multimedia/libdvdnav .endif .if !defined(WITH_DVDNAV) |