summaryrefslogtreecommitdiff
path: root/x11
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 /x11
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 'x11')
-rw-r--r--x11/kdebase3/Makefile3
-rw-r--r--x11/qt3-libs/Makefile.common4
2 files changed, 3 insertions, 4 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index 789d4e22d5f..38e0c2795ce 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2005/05/22 20:08:48 jlam Exp $
+# $NetBSD: Makefile,v 1.80 2005/05/22 22:06:28 jlam Exp $
DISTNAME= kdebase-${_KDE_VERSION}
PKGREVISION= 3
@@ -17,7 +17,6 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
USE_DIRS+= xdg-1.2
USE_PKGINSTALL= YES
-USE_TOOLS+= gawk
CONFIGURE_ARGS+= --with-ssl-dir="${BUILDLINK_PREFIX.openssl}"
CONFIGURE_ARGS+= --with-ldap="${BUILDLINK_PREFIX.openldap}"
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common
index ac8de82814d..f5c94003aaf 100644
--- a/x11/qt3-libs/Makefile.common
+++ b/x11/qt3-libs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.47 2005/05/22 20:08:50 jlam Exp $
+# $NetBSD: Makefile.common,v 1.48 2005/05/22 22:06:28 jlam Exp $
#
DISTNAME= qt-x11-free-${QTVERSION}
CATEGORIES= x11
@@ -14,7 +14,7 @@ PATCHDIR= ${.CURDIR}/../../x11/qt3-libs/patches
HAS_CONFIGURE= yes
USE_X11= yes
-USE_TOOLS+= gawk gmake
+USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_LIBTOOL= yes