diff options
author | obache <obache@pkgsrc.org> | 2013-03-13 12:38:19 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-03-13 12:38:19 +0000 |
commit | 26e9c01fcd6967591687fc8e3fce01d49950f95e (patch) | |
tree | caa80ea6007e24a1f32cc7bf7fd2b2ae54b5e44f /mk/platform | |
parent | 3c4cb2ae7f7255b8e011ac781f1f4869e89734f1 (diff) | |
download | pkgsrc-26e9c01fcd6967591687fc8e3fce01d49950f95e.tar.gz |
bump required user_cygwin package to 20130313.
Diffstat (limited to 'mk/platform')
-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 68e5613f7c9..d3ab937e191 100644 --- a/mk/platform/Cygwin.mk +++ b/mk/platform/Cygwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: Cygwin.mk,v 1.10 2013/03/06 12:41:44 obache Exp $ +# $NetBSD: Cygwin.mk,v 1.11 2013/03/13 12:38:19 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>=20130306:../../sysutils/user_cygwin +_USER_DEPENDS= user>=20130313:../../sysutils/user_cygwin CPP_PRECOMP_FLAGS?= # unset CONFIG_RPATH_OVERRIDE?= config.rpath */config.rpath */*/config.rpath |