diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2013-06-09 14:41:24 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2013-06-09 14:41:24 +0000 |
commit | 443d55c61e015e02bb5c5f16502eb227b1c8b913 (patch) | |
tree | 65fac9467392155ce8cfa5c57ec345c24a523279 /security/shibboleth2-sp | |
parent | d6a27015b561314e20d87774d95ce5e7afae5ec8 (diff) | |
download | ports-443d55c61e015e02bb5c5f16502eb227b1c8b913.tar.gz ports-443d55c61e015e02bb5c5f16502eb227b1c8b913.zip |
Add build dependency on boost for shibboleth and opensaml.
PR: ports/179431
Notes
Notes:
svn path=/head/; revision=320338
Diffstat (limited to 'security/shibboleth2-sp')
-rw-r--r-- | security/shibboleth2-sp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/shibboleth2-sp/Makefile b/security/shibboleth2-sp/Makefile index 288043874884..e1702adb8175 100644 --- a/security/shibboleth2-sp/Makefile +++ b/security/shibboleth2-sp/Makefile @@ -12,6 +12,8 @@ COMMENT= C++ Shibboleth Service Provider (Internet2) for Apache LIB_DEPENDS= saml.8:${PORTSDIR}/security/opensaml2 +BUILD_DEPENDS= boost-libs>=0:${PORTSDIR}/devel/boost-libs + MAKE_JOBS_SAFE= yes USE_GMAKE= yes GNU_CONFIGURE= yes |