summaryrefslogtreecommitdiff
path: root/mk/defs.Darwin.mk
diff options
context:
space:
mode:
authorschmonz <schmonz>2002-11-23 04:43:05 +0000
committerschmonz <schmonz>2002-11-23 04:43:05 +0000
commit44e111e78836df6d82c22c441ace3c08a8e67c75 (patch)
tree43fc193e21c8ee2fdf8266b5abc7e4ab65f77a78 /mk/defs.Darwin.mk
parentf4c398416025cfbe5ecc0aea23e4dd45a97286de (diff)
downloadpkgsrc-44e111e78836df6d82c22c441ace3c08a8e67c75.tar.gz
Darwin doesn't yet have a working equivalent to sysutils/user
because I'm a slacker. Take a months-old hint from Johnny in PR 16628 and set PKG_CREATE_USERGROUP to NO in the meantime.
Diffstat (limited to 'mk/defs.Darwin.mk')
-rw-r--r--mk/defs.Darwin.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/defs.Darwin.mk b/mk/defs.Darwin.mk
index 4632d0599cf..a6632c423e5 100644
--- a/mk/defs.Darwin.mk
+++ b/mk/defs.Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Darwin.mk,v 1.31 2002/10/23 12:21:30 wiz Exp $
+# $NetBSD: defs.Darwin.mk,v 1.32 2002/11/23 04:43:05 schmonz Exp $
#
# Variable definitions for the Darwin operating system.
@@ -75,6 +75,8 @@ ULIMIT_CMD_memorysize?= ulimit -m `ulimit -H -m`
USERADD?= ${FALSE} # XXX - Fix me!
ZOULARISBASE?= ${LOCALBASE}
+PKG_CREATE_USERGROUP?= NO # XXX - Until then
+
_DO_SHLIB_CHECKS= yes # on installation, fixup PLIST for shared libs
_IMAKE_MAKE= ${MAKE} # program which gets invoked by imake
_OPSYS_HAS_GMAKE= yes # GNU make is standard