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 | f897a40944501bc1ac4dbeb6b74d70fb31544d89 (patch) | |
tree | a63104af0bb30a50fd4835b6f6f629ebc31ba2bc /lang/heirloom-awk/Makefile | |
parent | 20fce341813209b04045977053525f534f48d744 (diff) | |
download | pkgsrc-f897a40944501bc1ac4dbeb6b74d70fb31544d89.tar.gz |
Add missed tools to heirloom-awk and heirloom-grep, tested on Linux
Diffstat (limited to 'lang/heirloom-awk/Makefile')
-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" |