From 824fb6dc4b1b3c822b8edb272b943a9f11b60bdf Mon Sep 17 00:00:00 2001 From: xtraeme Date: Thu, 22 Sep 2005 09:11:37 +0000 Subject: Do not require GNU AWK (aka gawk) on NetBSD >= 3.0, because the native awk package is enough to build/install the package. --- security/libgpg-error/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'security/libgpg-error') diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index d7c709d1daf..95e54266d5c 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/05/22 20:08:30 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/09/22 09:11:37 xtraeme Exp $ # DISTNAME= libgpg-error-1.0 @@ -18,7 +18,9 @@ USE_PKGLOCALEDIR= YES .include "../../mk/bsd.prefs.mk" # XXX See HACKS -.if ${OPSYS} != IRIX +.if ${OPSYS} == IRIX || !empty(MACHINE_PLATFORM:MNetBSD-3*) +USE_TOOLS+= nawk +.else USE_TOOLS+= gawk .endif -- cgit v1.2.3