summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-03-24 21:05:49 +0000
committertron <tron@pkgsrc.org>2001-03-24 21:05:49 +0000
commit31e46b2da8f8070683402884fdf9723965e4ab80 (patch)
treecbb799016aef411b65059101b8abb14ebe95c781 /mk
parent10584428980bb0781e7790738cadcf4a32623b5a (diff)
downloadpkgsrc-31e46b2da8f8070683402884fdf9723965e4ab80.tar.gz
Only enforce the use of Zoularis under SunOS.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.prefs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index ebbbae9da33..687a7574224 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.29 2001/03/23 15:49:23 tron Exp $
+# $NetBSD: bsd.prefs.mk,v 1.30 2001/03/24 21:05:49 tron Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -217,7 +217,7 @@ PKGTOOLS_VERSION!=${PKG_TOOLS_BIN}/pkg_info -V 2>/dev/null || echo 20010302
MAKEFLAGS+= PKGTOOLS_VERSION="${PKGTOOLS_VERSION}"
.endif
-.if (${OPSYS} != NetBSD) && !defined(ZOULARIS_VERSION)
+.if (${OPSYS} != SunOS) && !defined(ZOULARIS_VERSION)
.if !exists(${LOCALBASE}/bsd/share/mk/zoularis.mk)
ZOULARIS_VERSION= 20000522
.else