diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-10 17:49:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-10 17:49:17 +0000 |
commit | 834f977e4ad638b16afd10f7c04818caf082495b (patch) | |
tree | c60b17e354cef98e98d0ec799779d6bd96e0cc0f /textproc | |
parent | a103e6d209878f422aab27f11f355ae14f70f424 (diff) | |
download | pkgsrc-834f977e4ad638b16afd10f7c04818caf082495b.tar.gz |
Uses msgfmt.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ja-grep/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ja-grep/Makefile b/textproc/ja-grep/Makefile index b2bf5945a4b..d054daa4915 100644 --- a/textproc/ja-grep/Makefile +++ b/textproc/ja-grep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/04/07 19:54:17 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/05/10 17:49:17 joerg Exp $ DISTNAME= grep-2.4.2 PKGNAME= ja-grep-2.4.2 @@ -17,6 +17,7 @@ COMMENT= GNU grep + multi-byte extension GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes +USE_TOOLS+= msgfmt CONFIGURE_ARGS+= --program-transform-name='s,^,j,' TEST_TARGET= check INFO_FILES= # PLIST |