summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz>2008-10-09 14:47:56 +0000
committerwiz <wiz>2008-10-09 14:47:56 +0000
commit49321ca9bba3394cd7d6516811fd8a430bc6be49 (patch)
tree89196be8d7b7e56b9d8cdfdcf89576e86ffd17b3 /audio
parent15bc0293a2de69033bd6f2c6262d0b3b5b43e772 (diff)
downloadpkgsrc-49321ca9bba3394cd7d6516811fd8a430bc6be49.tar.gz
Use 'sndfile' as name for the (new) libsndfile option, since it already
exists.
Diffstat (limited to 'audio')
-rw-r--r--audio/lame/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/lame/options.mk b/audio/lame/options.mk
index eb83e395739..4619cc6e3e6 100644
--- a/audio/lame/options.mk
+++ b/audio/lame/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.3 2008/10/09 14:45:33 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2008/10/09 14:47:56 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.lame
-PKG_SUPPORTED_OPTIONS= gtk libsndfile
+PKG_SUPPORTED_OPTIONS= gtk sndfile
.include "../../mk/bsd.options.mk"
@@ -14,7 +14,7 @@ PLIST.gtk= yes
. include "../../x11/gtk/buildlink3.mk"
.endif
-.if !empty(PKG_OPTIONS:Mlibsndfile)
+.if !empty(PKG_OPTIONS:Msndfile)
CONFIGURE_ARGS+= --with-fileio=sndfile
CONFIGURE_ARGS+= --with-sndfile-prefix=${BUILDLINK_PREFIX.libsndfile}
USE_TOOLS+= pkg-config