diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-09-22 09:14:34 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-09-22 09:14:34 +0000 |
commit | 1d38628f0a4bd250f31244f3a0c612dfdf95926c (patch) | |
tree | a858c0cbf8323eb4a64a4e4bfefdf3feb8c43d9f /security/libgpg-error | |
parent | 135b2a7b3881b98b9d7f041c4feb7c082ff313ab (diff) | |
download | pkgsrc-1d38628f0a4bd250f31244f3a0c612dfdf95926c.tar.gz |
Expand the regexp to [3-9]*, to match future NetBSD versions.
Diffstat (limited to 'security/libgpg-error')
-rw-r--r-- | security/libgpg-error/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index 95e54266d5c..f7ddcaa4148 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/09/22 09:11:37 xtraeme Exp $ +# $NetBSD: Makefile,v 1.14 2005/09/22 09:14:34 xtraeme Exp $ # DISTNAME= libgpg-error-1.0 @@ -18,7 +18,7 @@ USE_PKGLOCALEDIR= YES .include "../../mk/bsd.prefs.mk" # XXX See HACKS -.if ${OPSYS} == IRIX || !empty(MACHINE_PLATFORM:MNetBSD-3*) +.if ${OPSYS} == IRIX || !empty(MACHINE_PLATFORM:MNetBSD-[3-9]*) USE_TOOLS+= nawk .else USE_TOOLS+= gawk |