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 /databases/db | |
| 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 'databases/db')
| -rw-r--r-- | databases/db/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/db/Makefile b/databases/db/Makefile index 83e38eed572..7a307121af5 100644 --- a/databases/db/Makefile +++ b/databases/db/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/05/22 20:07:45 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2005/05/22 22:06:28 jlam Exp $ DISTNAME= db-2.7.7 PKGREVISION= 2 @@ -21,8 +21,6 @@ GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../dist/configure CONFIGURE_ARGS+= --enable-compat185 -USE_TOOLS+= gawk - INSTALLATION_DIRS= bin include/db2 lib share/doc/html post-install: |
