diff options
author | jlam <jlam> | 2005-05-22 22:06:28 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-22 22:06:28 +0000 |
commit | 70f0fe0e6512a300bc14bc44c5f2db4060496854 (patch) | |
tree | ed0a66e858f11ac17143912aa4fdb28861f6ae89 /fonts | |
parent | b7e1f84f71220cf0abcfd86e57d5e2de858bac6e (diff) | |
download | pkgsrc-70f0fe0e6512a300bc14bc44c5f2db4060496854.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 'fonts')
-rw-r--r-- | fonts/Xft2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile index 1716f1e9992..652ab30c755 100644 --- a/fonts/Xft2/Makefile +++ b/fonts/Xft2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2005/05/22 20:07:59 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2005/05/22 22:06:28 jlam Exp $ DISTNAME= libXft-2.1.6 PKGNAME= Xft2-2.1.6 @@ -16,7 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_X11= YES -USE_TOOLS+= gawk gmake +USE_TOOLS+= gmake PKGCONFIG_OVERRIDE= xft.pc.in MAKE_ENV+= EGREP="${EGREP}" |