diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-17 19:22:18 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-17 19:22:18 +0000 |
commit | dbcdee59a1ba28daf602941a220da49fb94492fc (patch) | |
tree | c22c8d4f4b8507546b575610355c4a81d4181fe6 | |
parent | - Updated to 0.8.0.9694 (diff) |
- Mark MAKE_JOBS_UNSAFE
Reported by: P6 TB
-rw-r--r-- | security/zxid/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/zxid/Makefile b/security/zxid/Makefile index 2d97bed4ca6a..c4f4d15f83fa 100644 --- a/security/zxid/Makefile +++ b/security/zxid/Makefile @@ -17,6 +17,8 @@ COMMENT= Open Source IdM for the Masses - SAML SSO LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +MAKE_JOBS_UNSAFE= yes + MAKE_ARGS+= CC="${CC}" CURL_ROOT="${LOCALBASE}" LD="${CC}" \ PREFIX="${PREFIX}" OPENSSL_ROOT="${OPENSSLBASE}" USE_GMAKE= yes |