diff options
-rw-r--r-- | security/apache-xml-security-c/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/apache-xml-security-c/Makefile b/security/apache-xml-security-c/Makefile index 1ec00d70fdd0..b8c5d2d8bfc1 100644 --- a/security/apache-xml-security-c/Makefile +++ b/security/apache-xml-security-c/Makefile @@ -20,7 +20,6 @@ XERCES_3_DESC= With Xerces vesion 3.x (shibboleth2 requires) USE_OPENSSL= yes -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MXERCES_3} @@ -32,7 +31,7 @@ LIB_DEPENDS+= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-xerces=${LOCALBASE} USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} |