summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2004-02-20 21:06:23 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2004-02-20 21:06:23 +0000
commitfbf462c384047d5ae63462000b1430e2ad6ce649 (patch)
tree3e197b64fef4d9d7f89a62f7cebec29e619ee306 /multimedia
parentAdd a patch to avoid using the same temporary filename for different plugins (diff)
Chase libdvdnav shlib version.
Notes
Notes: svn path=/head/; revision=101537
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/totem/Makefile2
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)