From e399e64854beb5b6bf73c9d841628e61edc8fd11 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 9 Oct 2008 14:47:56 +0000 Subject: Use 'sndfile' as name for the (new) libsndfile option, since it already exists. --- audio/lame/options.mk | 6 +++--- 1 file 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 -- cgit v1.2.3