summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-22 22:06:28 +0000
committerjlam <jlam>2005-05-22 22:06:28 +0000
commitfcc10bdc520a9e5d0ff12872a34f6fa3badc23ba (patch)
treeed0a66e858f11ac17143912aa4fdb28861f6ae89 /fonts
parenta0820ac2fee5b93ee18591200cb3ae40f517197e (diff)
downloadpkgsrc-fcc10bdc520a9e5d0ff12872a34f6fa3badc23ba.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/Makefile4
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}"