diff options
Diffstat (limited to 'security/apache-xml-security-c/Makefile')
-rw-r--r-- | security/apache-xml-security-c/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/apache-xml-security-c/Makefile b/security/apache-xml-security-c/Makefile index f537a29f798c..22f0af32ebb7 100644 --- a/security/apache-xml-security-c/Makefile +++ b/security/apache-xml-security-c/Makefile @@ -6,9 +6,10 @@ # PORTNAME= xml-security-c -PORTVERSION= 1.4.0 +PORTVERSION= 1.6.0 CATEGORIES= security -MASTER_SITES= http://santuario.apache.org/dist/c-library/ +MASTER_SITES= ${MASTER_SITE_APACHE} +MASTER_SITE_SUBDIR=santuario/c-library PKGNAMEPREFIX= apache- MAINTAINER= janos.mohacsi@bsd.hu @@ -16,6 +17,7 @@ COMMENT= Apache XML security libraries C version OPTIONS= XERCES_DEVEL "With Xerces vesion 2.8 (shibboleth2 requires)" on +USE_OPENSSL= yes .include <bsd.port.pre.mk> .if defined(WITH_XERCES_DEVEL) @@ -29,5 +31,5 @@ CONFIGURE_ARGS+=--with-xerces=${LOCALBASE} USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_LDCONFIG= yes - +CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} .include <bsd.port.post.mk> |