summaryrefslogtreecommitdiff
path: root/security/libgpg-error
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2005-09-22 09:11:37 +0000
committerxtraeme <xtraeme@pkgsrc.org>2005-09-22 09:11:37 +0000
commit135b2a7b3881b98b9d7f041c4feb7c082ff313ab (patch)
treee796484a72aab10efd85b1db1eaaf8463a882e16 /security/libgpg-error
parentdf58925c994ef05341ad879c4bf2985a14d7a6dd (diff)
downloadpkgsrc-135b2a7b3881b98b9d7f041c4feb7c082ff313ab.tar.gz
Do not require GNU AWK (aka gawk) on NetBSD >= 3.0, because the
native awk package is enough to build/install the package.
Diffstat (limited to 'security/libgpg-error')
-rw-r--r--security/libgpg-error/Makefile6
1 files changed, 4 insertions, 2 deletions
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