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 | a50dfcff709899e0938b8dc4476c034b38952d7e (patch) | |
tree | 33b6836ffe0ed90032d994080ce5c40b436c4aa5 | |
parent | 7c2984b16f378aefdf41d2df251fc45836b626a0 (diff) | |
download | pkgsrc-a50dfcff709899e0938b8dc4476c034b38952d7e.tar.gz |
add grep to GNU_TOOLS. Needed on solaris.
-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 |