From 99e48e2fcf8f57f19e155343e11822ab099fe2df Mon Sep 17 00:00:00 2001 From: grant Date: Sat, 2 Aug 2003 05:07:35 +0000 Subject: depend on the right version of grep. --- mk/tools.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/tools.mk b/mk/tools.mk index 9933e5c583f..987e400ecb6 100644 --- a/mk/tools.mk +++ b/mk/tools.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.mk,v 1.2 2003/08/02 04:49:14 grant Exp $ +# $NetBSD: tools.mk,v 1.3 2003/08/02 05:07:35 grant Exp $ # # handle platforms with broken tools in the base system, such as sed # and awk. @@ -104,7 +104,7 @@ _TOOLS_PROGNAME.grep= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}grep . if exists(${_TOOLS_PROGNAME.grep}) GREP= ${_TOOLS_PROGNAME.grep} . endif -BUILDLINK_DEPENDS.grep?= grep>=3.1.1 +BUILDLINK_DEPENDS.grep?= grep>=2.5.1 BUILDLINK_PKGSRCDIR.grep?= ../../textproc/grep BUILDLINK_DEPMETHOD.grep?= build BUILDLINK_PACKAGES+= grep -- cgit v1.2.3