diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-03-01 23:10:47 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-03-01 23:10:47 +0000 |
commit | f51aa79542768cd472947b07d31140a9639d2756 (patch) | |
tree | 33b6836ffe0ed90032d994080ce5c40b436c4aa5 /textproc/gsed | |
parent | 4fdd9cb9222c5ffc724086ba4b5bbd2277156cfc (diff) | |
download | pkgsrc-f51aa79542768cd472947b07d31140a9639d2756.tar.gz |
add grep to GNU_TOOLS. Needed on solaris.
Diffstat (limited to 'textproc/gsed')
-rw-r--r-- | textproc/gsed/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index 80df16484ed..c9763aa68e1 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/10/03 00:18:19 tv Exp $ +# $NetBSD: Makefile,v 1.22 2005/03/01 23:10:47 dmcmahill Exp $ # DISTNAME= sed-4.1.1 @@ -18,6 +18,9 @@ USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES CONFIG_STATUS_OVERRIDE= # empty +# at least Solaris-2.9 has issues with grep/egrep +USE_GNU_TOOLS+= grep + INFO_FILES= sed.info TEST_TARGET= check |