diff options
author | cheusov <cheusov> | 2011-05-28 11:42:05 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2011-05-28 11:42:05 +0000 |
commit | b4a363c6683066f3b3751230a9da36828b4514ce (patch) | |
tree | a63104af0bb30a50fd4835b6f6f629ebc31ba2bc /lang | |
parent | 632456949e82f8ceb924d7797a86552aca6dfd45 (diff) | |
download | pkgsrc-b4a363c6683066f3b3751230a9da36828b4514ce.tar.gz |
Add missed tools to heirloom-awk and heirloom-grep, tested on Linux
Diffstat (limited to 'lang')
-rw-r--r-- | lang/heirloom-awk/Makefile | 3 |
1 files changed, 2 insertions, 1 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" |