summaryrefslogtreecommitdiff
path: root/sysutils/9base
diff options
context:
space:
mode:
authorryoon <ryoon>2011-10-27 09:58:44 +0000
committerryoon <ryoon>2011-10-27 09:58:44 +0000
commit73ffee280b0a8dc83827f7db13647222c91b69a9 (patch)
treebd303c5544afbe915dd5d2b23dbf6a9e2b94c073 /sysutils/9base
parentbe99f02b450d127d2099bdc48b7cf50fee8cad1f (diff)
downloadpkgsrc-73ffee280b0a8dc83827f7db13647222c91b69a9.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/9base')
-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