Wed Jan 11 19:35:35 2012 UTC ()
Explicitly disable NLS to avoid language files to be built.


(hans)
diff -r1.20 -r1.21 pkgsrc/audio/mp3splt/Makefile

cvs diff -r1.20 -r1.21 pkgsrc/audio/mp3splt/Makefile (expand / switch to context diff)
--- pkgsrc/audio/mp3splt/Makefile 2011/10/21 20:53:29 1.20
+++ pkgsrc/audio/mp3splt/Makefile 2012/01/11 19:35:35 1.21
@@ -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
@@ -15,6 +15,8 @@
 USE_PKGLOCALEDIR=	yes
 GNU_CONFIGURE=	 	yes
 USE_FEATURES= 	 	getopt_long
+
+CONFIGURE_ARGS+=	--disable-nls
 
 .include "../../audio/libmp3splt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"