diff options
author | pav <pav@FreeBSD.org> | 2009-11-19 06:39:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-11-19 06:39:55 +0800 |
commit | 0b1948c5e4603fdb24d8b5423790b640e6ecc1e5 (patch) | |
tree | 6cc18294e0e33e3aa83c5a0cbbeec387c9527319 /security | |
parent | 1b45904c492338db34d10b60a7d99249af109aa8 (diff) | |
download | freebsd-ports-graphics-0b1948c5e4603fdb24d8b5423790b640e6ecc1e5.tar.gz freebsd-ports-graphics-0b1948c5e4603fdb24d8b5423790b640e6ecc1e5.tar.zst freebsd-ports-graphics-0b1948c5e4603fdb24d8b5423790b640e6ecc1e5.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'security')
-rw-r--r-- | security/ocaml-ssl/Makefile | 1 | ||||
-rw-r--r-- | security/openvas-libraries/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/security/ocaml-ssl/Makefile b/security/ocaml-ssl/Makefile index 3cf6048822d..5ea92494035 100644 --- a/security/ocaml-ssl/Makefile +++ b/security/ocaml-ssl/Makefile @@ -18,6 +18,7 @@ DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} +MAKE_JOBS_UNSAFE= yes USE_OPENSSL= yes USE_OCAML= yes diff --git a/security/openvas-libraries/Makefile b/security/openvas-libraries/Makefile index 4b94342d554..9a17e44d3b6 100644 --- a/security/openvas-libraries/Makefile +++ b/security/openvas-libraries/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME= glib20 pkgconfig +MAKE_JOBS_UNSAFE= yes MAN1= libopenvas-config.1 |