diff options
author | wiz <wiz@pkgsrc.org> | 2010-12-27 20:48:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-12-27 20:48:02 +0000 |
commit | 3486993f4d982fefe3a65fd7511735d6cbd8933f (patch) | |
tree | 36789ce33681d35530b4ba7aa4edb3666bf4b8f3 /devel/fossil | |
parent | e7ab02990c3cf3ad89130c5406feec7e2ae76266 (diff) | |
download | pkgsrc-3486993f4d982fefe3a65fd7511735d6cbd8933f.tar.gz |
Not make-jobs safe.
Diffstat (limited to 'devel/fossil')
-rw-r--r-- | devel/fossil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index eaf8f93f39a..c219e19303b 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2010/12/24 13:06:33 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2010/12/27 20:48:02 wiz Exp $ # DISTNAME= fossil-src-20101221135605 @@ -12,6 +12,7 @@ COMMENT= Simple, high-reliability, distributed software configuration management LICENSE= 2-clause-bsd PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no INSTALLATION_DIRS+= bin |