From 99c422aa88c348c0e6ff05a9e352cf9f0171b5c2 Mon Sep 17 00:00:00 2001 From: cheusov Date: Sat, 28 May 2011 11:42:05 +0000 Subject: Add missed tools to heirloom-awk and heirloom-grep, tested on Linux --- lang/heirloom-awk/Makefile | 3 ++- textproc/heirloom-grep/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/heirloom-awk/Makefile b/lang/heirloom-awk/Makefile index 9567a1bc951..4f420cb5207 100644 --- a/lang/heirloom-awk/Makefile +++ b/lang/heirloom-awk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:14 cheusov Exp $ +# $NetBSD: Makefile,v 1.3 2011/05/28 11:42:05 cheusov Exp $ PKGNAME= heirloom-awk-${HEIRLOOM_VER} CATEGORIES= textproc lang @@ -7,6 +7,7 @@ LICENSE= gnu-gpl-v2 AND original-bsd MAKE_FLAGS+= SUBDIRS="build oawk nawk" NEED_LIBUXRE= 1 +USE_TOOLS= yacc lex .include "../../sysutils/heirloom-doc/Makefile.common" diff --git a/textproc/heirloom-grep/Makefile b/textproc/heirloom-grep/Makefile index 18509bedae2..eb0a72bc362 100644 --- a/textproc/heirloom-grep/Makefile +++ b/textproc/heirloom-grep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:23 cheusov Exp $ +# $NetBSD: Makefile,v 1.3 2011/05/28 11:42:05 cheusov Exp $ PKGNAME= heirloom-grep-${HEIRLOOM_VER} CATEGORIES= textproc sysutils @@ -6,6 +6,7 @@ CATEGORIES= textproc sysutils MAKE_FLAGS+= SUBDIRS="build grep" NEED_LIBUXRE= 1 +USE_TOOLS= yacc .include "../../sysutils/heirloom-doc/Makefile.common" -- cgit v1.2.3