diff options
author | joerg <joerg> | 2010-03-08 14:12:21 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-03-08 14:12:21 +0000 |
commit | 9b4baab2bfa80d17f0366bc7b8aec0e9e4c17889 (patch) | |
tree | 1bb9eecf83b6da7b540bb30fe5ced9a71a3e733d /lang | |
parent | 3b22ad7e20461577a2a69f48a13318f6e1cbeb79 (diff) | |
download | pkgsrc-9b4baab2bfa80d17f0366bc7b8aec0e9e4c17889.tar.gz |
Race condition e.g. with mach_dep.lo and the corresponding library,
so not MAKE_JOBS_SAFE.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mono/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 9a46e1f8dbd..f21666cd7d6 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.99 2010/02/18 21:55:48 ghen Exp $ +# $NetBSD: Makefile,v 1.100 2010/03/08 14:12:21 joerg Exp $ DISTNAME= mono-2.6.1 PKGREVISION= 1 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.mono-project.com/ COMMENT= Open source implementation of the .NET Development Framework PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no LICENSE= mit AND gnu-gpl-v2 AND gnu-lgpl-v2 AND x11 |