diff options
-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" |