diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
commit | 1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /textproc/grep | |
parent | c3df5f94e8336d21aea6980590b3530b787be1a9 (diff) | |
download | pkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'textproc/grep')
-rw-r--r-- | textproc/grep/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/grep/Makefile b/textproc/grep/Makefile index 4475f946d07..26987d45c7b 100644 --- a/textproc/grep/Makefile +++ b/textproc/grep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/04/07 19:54:17 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2006/04/13 18:23:38 jlam Exp $ # DISTNAME= grep-2.5.1 @@ -12,12 +12,11 @@ HOMEPAGE= http://www.gnu.org/software/grep/grep.html COMMENT= GNU grep USE_PKGLOCALEDIR= YES -BUILD_USES_MSGFMT= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --disable-perl-regexp -USE_TOOLS+= makeinfo +USE_TOOLS+= makeinfo msgfmt TEXINFO_REQD= 4.0 INFO_FILES= # PLIST |