summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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