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 unified 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,20 +1,22 @@ @@ -1,20 +1,22 @@
1# $NetBSD: Makefile,v 1.20 2011/10/21 20:53:29 ryoon Exp $ 1# $NetBSD: Makefile,v 1.21 2012/01/11 19:35:35 hans Exp $
2# 2#
3 3
4DISTNAME= mp3splt-2.4 4DISTNAME= mp3splt-2.4
5CATEGORIES= audio 5CATEGORIES= audio
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3splt/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3splt/}
7 7
8MAINTAINER= schmonz@NetBSD.org 8MAINTAINER= schmonz@NetBSD.org
9HOMEPAGE= http://mp3splt.sourceforge.net/ 9HOMEPAGE= http://mp3splt.sourceforge.net/
10COMMENT= Command line utility to split MP3 (VBR supported) and OGG files 10COMMENT= Command line utility to split MP3 (VBR supported) and OGG files
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_FEATURES= getopt_long 17USE_FEATURES= getopt_long
18 18
 19CONFIGURE_ARGS+= --disable-nls
 20
19.include "../../audio/libmp3splt/buildlink3.mk" 21.include "../../audio/libmp3splt/buildlink3.mk"
20.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"