diff options
Diffstat (limited to 'audio/audacity/Makefile')
-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 e920610300ef..66b6b7909d3e 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,4 +1,4 @@ -# Created by: Marc van Woerkom <3d@freebsd.org> +# Created by: Marc van Woerkom <3d@FreeBSD.org> # $FreeBSD$ PORTNAME= audacity @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION} USE_AUTOTOOLS= aclocal autoconf GNU_CONFIGURE= yes +NO_STAGE= yes USES= gmake gettext pkgconfig USE_XZ= yes USE_WX= 2.8 |