diff options
author | joerg <joerg> | 2006-05-10 17:49:17 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-10 17:49:17 +0000 |
commit | 8cb4ddf35478725ec8d0a4056d922c8c91880ab2 (patch) | |
tree | c60b17e354cef98e98d0ec799779d6bd96e0cc0f /textproc/ja-grep | |
parent | e8448bc011f875986d9353cbd3673b182ccb0a0c (diff) | |
download | pkgsrc-8cb4ddf35478725ec8d0a4056d922c8c91880ab2.tar.gz |
Uses msgfmt.
Diffstat (limited to 'textproc/ja-grep')
-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 |