diff options
author | dholland <dholland> | 2012-06-16 23:45:39 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-06-16 23:45:39 +0000 |
commit | 006f002c8de427ef3ca440acf0d3b0b39e878105 (patch) | |
tree | 097b914e8d47ccf1ba42d48250fc1c78e6557a22 /security/sks | |
parent | 4f06f22c1a449287fa1e31722159652943c7d2ee (diff) | |
download | pkgsrc-006f002c8de427ef3ca440acf0d3b0b39e878105.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'security/sks')
-rw-r--r-- | security/sks/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/sks/Makefile b/security/sks/Makefile index 3787f0527ac..926492567c4 100644 --- a/security/sks/Makefile +++ b/security/sks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/06/16 18:55:30 pettai Exp $ +# $NetBSD: Makefile,v 1.2 2012/06/16 23:45:39 dholland Exp $ # DISTNAME= sks-1.1.2 @@ -13,6 +13,8 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.10.2 BUILDLINK_API_DEPENDS.db4+= db4>=4.6.0 |