summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share
diff options
context:
space:
mode:
authorjoerg <joerg>2006-12-27 21:14:12 +0000
committerjoerg <joerg>2006-12-27 21:14:12 +0000
commit2191493063be0124d85a5ab2406d43c380409005 (patch)
treed62339a50f9de26483e0feb2cd57d9a5f36ae9b1 /multimedia/mplayer-share
parent6a7d3e666568c903f7979d716c06a2c4fd236a1f (diff)
downloadpkgsrc-2191493063be0124d85a5ab2406d43c380409005.tar.gz
Remove the external vorbis dependency as the internal implementation
based on tremor is used by default. In the long term, it might end up replaced with the ffmpeg version as well. Noticed in PR 31587. Bump revision.
Diffstat (limited to 'multimedia/mplayer-share')
-rw-r--r--multimedia/mplayer-share/options.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk
index 73e7626f914..cfe43870b96 100644
--- a/multimedia/mplayer-share/options.mk
+++ b/multimedia/mplayer-share/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.19 2006/10/31 22:33:28 wiz Exp $
+# $NetBSD: options.mk,v 1.20 2006/12/27 21:14:12 joerg Exp $
.if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
@@ -239,7 +239,6 @@ CONFIGURE_ARGS+= --disable-theora
.if !empty(PKG_OPTIONS:Mvorbis)
CONFIGURE_ARGS+= --enable-libvorbis
-. include "../../audio/libvorbis/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-libvorbis
.endif