diff options
author | tron <tron@pkgsrc.org> | 2001-03-23 15:49:23 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-23 15:49:23 +0000 |
commit | f59b7c2acc4f097603a5a88307e9be98c239fee9 (patch) | |
tree | 12f15206e5d05e6d1dd6b935c49e694701df68e5 /mk/bsd.prefs.mk | |
parent | 5a4f1f9f65d385cfa3cbe45658d02b6c19e753a7 (diff) | |
download | pkgsrc-f59b7c2acc4f097603a5a88307e9be98c239fee9.tar.gz |
Add missing check for NetBSD in last commit.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r-- | mk/bsd.prefs.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 06f8f70cbf7..ebbbae9da33 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.28 2001/03/23 15:47:21 tron Exp $ +# $NetBSD: bsd.prefs.mk,v 1.29 2001/03/23 15:49:23 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 -.ifndef ZOULARIS_VERSION +.if (${OPSYS} != NetBSD) && !defined(ZOULARIS_VERSION) .if !exists(${LOCALBASE}/bsd/share/mk/zoularis.mk) ZOULARIS_VERSION= 20000522 .else |