diff options
-rw-r--r-- | databases/db/Makefile | 4 | ||||
-rw-r--r-- | devel/ncurses/Makefile | 4 | ||||
-rw-r--r-- | fonts/Xft2/Makefile | 4 | ||||
-rw-r--r-- | graphics/plotutils-nox11/Makefile | 4 | ||||
-rw-r--r-- | x11/kdebase3/Makefile | 3 | ||||
-rw-r--r-- | x11/qt3-libs/Makefile.common | 4 |
6 files changed, 9 insertions, 14 deletions
diff --git a/databases/db/Makefile b/databases/db/Makefile index 83e38eed572..7a307121af5 100644 --- a/databases/db/Makefile +++ b/databases/db/Makefile @@ -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: diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index 69cd574a945..083aef1dfbb 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -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 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}" 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 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 |