diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-22 22:06:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-22 22:06:28 +0000 |
commit | e5d77bae83cf7024a3e5fe26b11c5572eb4ebe78 (patch) | |
tree | ed0a66e858f11ac17143912aa4fdb28861f6ae89 /devel | |
parent | 09db5e7a58f8814e26c86701ff91358940d32307 (diff) | |
download | pkgsrc-e5d77bae83cf7024a3e5fe26b11c5572eb4ebe78.tar.gz |
Remove USE_TOOLS+=gawk from packages that had it added solely for Solaris.
We rely on the tools framework to pull in a good enough awk tool.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ncurses/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index 69cd574a945..083aef1dfbb 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2005/05/22 21:04:41 jlam Exp $ +# $NetBSD: Makefile,v 1.66 2005/05/22 22:06:28 jlam Exp $ DISTNAME= ncurses-${NC_VERS} PKGREVISION= 1 @@ -16,7 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= c c++ USE_LIBTOOL= YES -USE_TOOLS+= gawk tbl +USE_TOOLS+= tbl GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-libtool |