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.
This commit is contained in:
jlam 2005-05-22 22:06:28 +00:00
parent 09db5e7a58
commit e5d77bae83
6 changed files with 9 additions and 14 deletions

View file

@ -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:

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.65 2005/05/22 21:04:41 jlam Exp $
# $NetBSD: Makefile,v 1.66 2005/05/22 22:06:28 jlam Exp $
DISTNAME= ncurses-${NC_VERS}
PKGREVISION= 1
@ -16,7 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
USE_TOOLS+= gawk tbl
USE_TOOLS+= tbl
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-libtool

View file

@ -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}"

View file

@ -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

View file

@ -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}"

View file

@ -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