diff options
author | hans <hans@pkgsrc.org> | 2012-02-15 20:01:54 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-15 20:01:54 +0000 |
commit | 14901787d8a45b71197e1503f0c5b58f17763402 (patch) | |
tree | 6b2e1c9fbd743de19969351817ae9324945ae9d4 /audio/audacity/Makefile | |
parent | ccdf076e960635ff1ae298c2d1a55663fca80a4f (diff) | |
download | pkgsrc-14901787d8a45b71197e1503f0c5b58f17763402.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'audio/audacity/Makefile')
-rw-r--r-- | audio/audacity/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 82f8282c8cd..d044f3d3939 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2012/02/06 12:39:19 wiz Exp $ +# $NetBSD: Makefile,v 1.72 2012/02/15 20:01:54 hans Exp $ DISTNAME= audacity-src-1.2.6 PKGREVISION= 12 @@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no USE_LIBTOOL= yes -USE_PKGLOCALEDIR= yes +USE_PKGLOCALEDIR= no USE_TOOLS+= autoconf gmake msgfmt pkg-config zip:run USE_LANGUAGES= c c++ GNU_CONFIGURE= yes |