diff options
author | hans <hans@pkgsrc.org> | 2012-01-11 19:35:35 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-11 19:35:35 +0000 |
commit | c1af7d9d7f738e1fbabcec06e852fb4468540982 (patch) | |
tree | 4472014cc31afb955417c9af93c4338058c63c6a /audio/mp3splt | |
parent | 7f63d97bc3a26e7b41092fa9496657860db528c9 (diff) | |
download | pkgsrc-c1af7d9d7f738e1fbabcec06e852fb4468540982.tar.gz |
Explicitly disable NLS to avoid language files to be built.
Diffstat (limited to 'audio/mp3splt')
-rw-r--r-- | audio/mp3splt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index 5b9c8a81ffd..95291563981 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2011/10/21 20:53:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.21 2012/01/11 19:35:35 hans Exp $ # DISTNAME= mp3splt-2.4 @@ -16,5 +16,7 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_FEATURES= getopt_long +CONFIGURE_ARGS+= --disable-nls + .include "../../audio/libmp3splt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |