diff options
author | wiz <wiz> | 2008-10-09 14:47:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-10-09 14:47:56 +0000 |
commit | e399e64854beb5b6bf73c9d841628e61edc8fd11 (patch) | |
tree | 89196be8d7b7e56b9d8cdfdcf89576e86ffd17b3 /audio/lame | |
parent | a7397a557ecc968cc07ae5db1eb46eb4af8b4bce (diff) | |
download | pkgsrc-e399e64854beb5b6bf73c9d841628e61edc8fd11.tar.gz |
Use 'sndfile' as name for the (new) libsndfile option, since it already
exists.
Diffstat (limited to 'audio/lame')
-rw-r--r-- | audio/lame/options.mk | 6 |
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 |