summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2011-10-27 09:58:44 +0000
committerryoon <ryoon@pkgsrc.org>2011-10-27 09:58:44 +0000
commita547dea51f0fcb6d860f9cf4c0bd7496b134c547 (patch)
treebd303c5544afbe915dd5d2b23dbf6a9e2b94c073 /sysutils
parent3e8cc70c2af36533dc286eb1cb3afaf817fa23b7 (diff)
downloadpkgsrc-a547dea51f0fcb6d860f9cf4c0bd7496b134c547.tar.gz
Conver to use MACHINE_PLATFORM:MNetBSD-5.[0-8]* for NetBSD 5.2 or later.
Ponted out in PR pkg/45524
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/9base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/9base/Makefile b/sysutils/9base/Makefile
index 879db62837f..777203c516a 100644
--- a/sysutils/9base/Makefile
+++ b/sysutils/9base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2011/10/26 11:31:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2011/10/27 09:58:44 ryoon Exp $
#
DISTNAME= 9base-6
@@ -30,7 +30,7 @@ LDFLAGS+= -static
.endif
#XXX see http://gnats.netbsd.org/43228
-.if !empty(MACHINE_PLATFORM:MNetBSD-5.0*) || !empty(MACHINE_PLATFORM:MNetBSD-5.1*)
+.if !empty(MACHINE_PLATFORM:MNetBSD-5.[0-8]*)
BUILDLINK_TRANSFORM+= rm:-static
.endif