diff options
author | hans <hans> | 2012-02-29 20:43:33 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-29 20:43:33 +0000 |
commit | 3b9de2337974632701196871401e588c1b80d772 (patch) | |
tree | fdb79fc3f35ee7a133e2b8ced0a04050c581ad53 /audio | |
parent | 23ca27badeb8db8c6b225f321540da0aaaede3f2 (diff) | |
download | pkgsrc-3b9de2337974632701196871401e588c1b80d772.tar.gz |
Instead of setting USE_PKGLOCALEDIR=no, don't set it at all. Makes this
work as expected.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audacity/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index d044f3d3939..d0055196272 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2012/02/15 20:01:54 hans Exp $ +# $NetBSD: Makefile,v 1.73 2012/02/29 20:43:33 hans Exp $ DISTNAME= audacity-src-1.2.6 PKGREVISION= 12 @@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no USE_LIBTOOL= yes -USE_PKGLOCALEDIR= no USE_TOOLS+= autoconf gmake msgfmt pkg-config zip:run USE_LANGUAGES= c c++ GNU_CONFIGURE= yes |