summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2012-02-28 19:35:58 +0000
committertron <tron@pkgsrc.org>2012-02-28 19:35:58 +0000
commita7a02dc765cb164717cbf054f8435b622b3f8e66 (patch)
treeec8db32fc30e244c01712c23284fcee47b2b246c /mk
parent13f1a0b62b06490364353a0b148e2cbae4494aad (diff)
downloadpkgsrc-a7a02dc765cb164717cbf054f8435b622b3f8e66.tar.gz
Fix comment about NetBSD X11: the default for NetBSD 4 is now "modular".
Diffstat (limited to 'mk')
-rw-r--r--mk/platform/NetBSD.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/NetBSD.mk b/mk/platform/NetBSD.mk
index 53353df0b44..fe28c0c5fcb 100644
--- a/mk/platform/NetBSD.mk
+++ b/mk/platform/NetBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: NetBSD.mk,v 1.35 2011/09/18 12:42:23 abs Exp $
+# $NetBSD: NetBSD.mk,v 1.36 2012/02/28 19:35:58 tron Exp $
#
# Variable definitions for the NetBSD operating system.
@@ -41,7 +41,7 @@ ULIMIT_CMD_datasize?= ulimit -d `ulimit -H -d`
ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s`
ULIMIT_CMD_memorysize?= ulimit -m `ulimit -H -m`
-# native is only supported on NetBSD-4 and later. Need to confirm NetBSD-4.
+# Native X11 is only supported on NetBSD-5 and later.
.if empty(MACHINE_PLATFORM:MNetBSD-[0-4].*)
X11_TYPE?= native
.endif