diff options
author | obache <obache@pkgsrc.org> | 2013-03-06 12:41:44 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-03-06 12:41:44 +0000 |
commit | f29b08e2a51e78c4f7cba31d1a5262979c0ef9f1 (patch) | |
tree | 6235c66edbe02cb8b8bff60796e6035f738ba0ba /mk | |
parent | 288e7989fecc1133a8c59410c9d48e3a050b62a1 (diff) | |
download | pkgsrc-f29b08e2a51e78c4f7cba31d1a5262979c0ef9f1.tar.gz |
Switch to use own user_cygwin for _USER_DEPENDS.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/platform/Cygwin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/Cygwin.mk b/mk/platform/Cygwin.mk index c1e26e431e6..68e5613f7c9 100644 --- a/mk/platform/Cygwin.mk +++ b/mk/platform/Cygwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: Cygwin.mk,v 1.9 2013/02/27 12:03:49 obache Exp $ +# $NetBSD: Cygwin.mk,v 1.10 2013/03/06 12:41:44 obache Exp $ # # Variable definitions for the Windows with Cygwin. @@ -17,7 +17,7 @@ TYPE?= type # Shell builtin USERADD?= ${LOCALBASE}/sbin/useradd GROUPADD?= ${LOCALBASE}/sbin/groupadd _PKG_USER_HOME?= # empty by default -_USER_DEPENDS= user>=20040426:../../sysutils/user_interix +_USER_DEPENDS= user>=20130306:../../sysutils/user_cygwin CPP_PRECOMP_FLAGS?= # unset CONFIG_RPATH_OVERRIDE?= config.rpath */config.rpath */*/config.rpath |