summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2011-05-28 11:42:05 +0000
committercheusov <cheusov@pkgsrc.org>2011-05-28 11:42:05 +0000
commit99c422aa88c348c0e6ff05a9e352cf9f0171b5c2 (patch)
treea63104af0bb30a50fd4835b6f6f629ebc31ba2bc
parent84b96f855f3fd212e9e047a7916d945b0be83ea5 (diff)
downloadpkgsrc-99c422aa88c348c0e6ff05a9e352cf9f0171b5c2.tar.gz
Add missed tools to heirloom-awk and heirloom-grep, tested on Linux
-rw-r--r--lang/heirloom-awk/Makefile3
-rw-r--r--textproc/heirloom-grep/Makefile3
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"