pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod confgure require xgettext, msgmerge and ms...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28fbe25e3cd8
branches:  trunk
changeset: 583938:28fbe25e3cd8
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Jan 09 10:33:02 2011 +0000

description:
confgure require xgettext, msgmerge and msgfmt.

diffstat:

 inputmethod/input-pad/Makefile    |  4 ++--
 inputmethod/py-input-pad/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 17fd19c88a3a -r 28fbe25e3cd8 inputmethod/input-pad/Makefile
--- a/inputmethod/input-pad/Makefile    Sun Jan 09 02:44:47 2011 +0000
+++ b/inputmethod/input-pad/Makefile    Sun Jan 09 10:33:02 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/11/30 11:39:12 obache Exp $
+# $NetBSD: Makefile,v 1.6 2011/01/09 10:33:02 obache Exp $
 #
 
 .include "Makefile.common"
@@ -11,7 +11,7 @@
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            gmake pkg-config intltool
+USE_TOOLS+=            gmake pkg-config intltool msgfmt xgettext msgmerge
 
 PKGCONFIG_OVERRIDE+=   input-pad.pc.in
 
diff -r 17fd19c88a3a -r 28fbe25e3cd8 inputmethod/py-input-pad/Makefile
--- a/inputmethod/py-input-pad/Makefile Sun Jan 09 02:44:47 2011 +0000
+++ b/inputmethod/py-input-pad/Makefile Sun Jan 09 10:33:02 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2010/11/30 11:39:12 obache Exp $
+# $NetBSD: Makefile,v 1.7 2011/01/09 10:33:02 obache Exp $
 #
 
 .include "../../inputmethod/input-pad/Makefile.common"
@@ -18,7 +18,7 @@
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            gmake pkg-config intltool
+USE_TOOLS+=            gmake pkg-config intltool msgfmt xgettext msgmerge
 
 PKGCONFIG_OVERRIDE+=   input-pad.pc.in
 



Home | Main Index | Thread Index | Old Index