summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share/options.mk
diff options
context:
space:
mode:
authorjoerg <joerg>2006-12-27 21:14:12 +0000
committerjoerg <joerg>2006-12-27 21:14:12 +0000
commit571675d661eba41fa59381a7ea254f72e83b8fe8 (patch)
treed62339a50f9de26483e0feb2cd57d9a5f36ae9b1 /multimedia/mplayer-share/options.mk
parentff5a3b681f8b5dd886180e6ce82f657df43358a5 (diff)
downloadpkgsrc-571675d661eba41fa59381a7ea254f72e83b8fe8.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/options.mk')
-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