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/opensaml2 | |
parent | d6a27015b561314e20d87774d95ce5e7afae5ec8 (diff) |
Add build dependency on boost for shibboleth and opensaml.
PR: ports/179431
Notes
Notes:
svn path=/head/; revision=320338
Diffstat (limited to 'security/opensaml2')
-rw-r--r-- | security/opensaml2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/opensaml2/Makefile b/security/opensaml2/Makefile index 75757240614c..f02d141d6f65 100644 --- a/security/opensaml2/Makefile +++ b/security/opensaml2/Makefile @@ -15,6 +15,8 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \ xmltooling.6:${PORTSDIR}/devel/xmltooling +BUILD_DEPENDS= boost-libs>=0:${PORTSDIR}/devel/boost-libs + GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} \ --with-xmltooling=${LOCALBASE} --disable-doxygen-doc |