pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libgpg-error Do not require GNU AWK (aka gawk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a125c9bb4ea9
branches:  trunk
changeset: 499419:a125c9bb4ea9
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Sep 22 09:11:37 2005 +0000

description:
Do not require GNU AWK (aka gawk) on NetBSD >= 3.0, because the
native awk package is enough to build/install the package.

diffstat:

 security/libgpg-error/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 89b51fc1be26 -r a125c9bb4ea9 security/libgpg-error/Makefile
--- a/security/libgpg-error/Makefile    Thu Sep 22 08:41:18 2005 +0000
+++ b/security/libgpg-error/Makefile    Thu Sep 22 09:11:37 2005 +0000
@@ -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 @@
 .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
 



Home | Main Index | Thread Index | Old Index