Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/mk/bsd.prefs.mk,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/mk/bsd.prefs.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.27 retrieving revision 1.28 diff -u -p -r1.27 -r1.28 --- pkgsrc/mk/bsd.prefs.mk 2001/03/19 14:46:04 1.27 +++ pkgsrc/mk/bsd.prefs.mk 2001/03/23 15:47:21 1.28 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.27 2001/03/19 14:46:04 dmcmahill Exp $ +# $NetBSD: bsd.prefs.mk,v 1.28 2001/03/23 15:47:21 tron Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -217,4 +217,13 @@ PKGTOOLS_VERSION!=${PKG_TOOLS_BIN}/pkg_i MAKEFLAGS+= PKGTOOLS_VERSION="${PKGTOOLS_VERSION}" .endif +.ifndef ZOULARIS_VERSION +.if !exists(${LOCALBASE}/bsd/share/mk/zoularis.mk) +ZOULARIS_VERSION= 20000522 +.else +.include "${LOCALBASE}/bsd/share/mk/zoularis.mk" +.endif +MAKEFLAGS+= ZOULARIS_VERSION="${ZOULARIS_VERSION}" +.endif + .endif # BSD_PKG_MK