diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-11-23 04:43:05 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-11-23 04:43:05 +0000 |
commit | 84c5f0a066f55e1d7ee7fe5ca75f77848d8e4363 (patch) | |
tree | 43fc193e21c8ee2fdf8266b5abc7e4ab65f77a78 /mk | |
parent | 561ab3d5f2dff7bf984291389f90ce00e844ff49 (diff) | |
download | pkgsrc-84c5f0a066f55e1d7ee7fe5ca75f77848d8e4363.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')
-rw-r--r-- | mk/defs.Darwin.mk | 4 |
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 |