diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-05-28 11:42:05 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-05-28 11:42:05 +0000 |
commit | 99c422aa88c348c0e6ff05a9e352cf9f0171b5c2 (patch) | |
tree | a63104af0bb30a50fd4835b6f6f629ebc31ba2bc /textproc | |
parent | 84b96f855f3fd212e9e047a7916d945b0be83ea5 (diff) | |
download | pkgsrc-99c422aa88c348c0e6ff05a9e352cf9f0171b5c2.tar.gz |
Add missed tools to heirloom-awk and heirloom-grep, tested on Linux
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/heirloom-grep/Makefile | 3 |
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" |