summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorcheusov <cheusov>2011-05-28 11:42:05 +0000
committercheusov <cheusov>2011-05-28 11:42:05 +0000
commit133859d4738f2b58ef2ded24432fa6e6bb909e8a (patch)
treea63104af0bb30a50fd4835b6f6f629ebc31ba2bc /textproc
parentf94948c9d2a482f347ddea3a235afd79f2bfed53 (diff)
downloadpkgsrc-133859d4738f2b58ef2ded24432fa6e6bb909e8a.tar.gz
Add missed tools to heirloom-awk and heirloom-grep, tested on Linux
Diffstat (limited to 'textproc')
-rw-r--r--textproc/heirloom-grep/Makefile3
1 files changed, 2 insertions, 1 deletions
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"