diff options
-rw-r--r-- | audio/audacity/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 5caf8831638..f1c009acd07 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2007/02/23 09:15:23 ghen Exp $ +# $NetBSD: Makefile,v 1.56 2007/02/23 14:23:13 wiz Exp $ DISTNAME= audacity-src-1.2.6 PKGNAME= ${DISTNAME:S/-src-/-/} @@ -22,6 +22,7 @@ CONFIGURE_ARGS+= --with-libmad=system CONFIGURE_ARGS+= --with-libsndfile=system CONFIGURE_ARGS+= --with-portaudio=system CONFIGURE_ARGS+= --with-vorbis=system +CONFIGURE_ENV+= WX_CONFIG=${LOCALBASE}/bin/wx24-config CONFIG_GUESS_OVERRIDE= \ config.guess */config.guess */*/config.guess */*/*/config.guess |