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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/plotutils-nox11/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/plotutils-nox11/Makefile b/graphics/plotutils-nox11/Makefile index ffbb1a449ee..1237d95893d 100644 --- a/graphics/plotutils-nox11/Makefile +++ b/graphics/plotutils-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/05/22 20:08:07 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/05/22 22:06:28 jlam Exp $ # DISTNAME= plotutils-2.4.1 @@ -23,8 +23,6 @@ INFO_FILES= plotutils.info GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-libplotter CONFIGURE_ARGS+= --without-x -OPSYSVARS+= USE_GNU_TOOLS -USE_TOOLS.IRIX+= gawk USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/libxmi/ltconfig |