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
commite399e64854beb5b6bf73c9d841628e61edc8fd11 (patch)
tree89196be8d7b7e56b9d8cdfdcf89576e86ffd17b3 /audio
parenta7397a557ecc968cc07ae5db1eb46eb4af8b4bce (diff)
downloadpkgsrc-e399e64854beb5b6bf73c9d841628e61edc8fd11.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