diff options
author | hans <hans@pkgsrc.org> | 2012-02-29 20:43:33 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-29 20:43:33 +0000 |
commit | 62b0da5c2214bc7fe540209b6b1b978d900fbcdc (patch) | |
tree | fdb79fc3f35ee7a133e2b8ced0a04050c581ad53 | |
parent | 67ba7966582bef2b54e7574bd58514985bc5f457 (diff) | |
download | pkgsrc-62b0da5c2214bc7fe540209b6b1b978d900fbcdc.tar.gz |
Instead of setting USE_PKGLOCALEDIR=no, don't set it at all. Makes this
work as expected.
-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 |