aboutsummaryrefslogtreecommitdiff
path: root/security/apache-xml-security-c
diff options
context:
space:
mode:
Diffstat (limited to 'security/apache-xml-security-c')
-rw-r--r--security/apache-xml-security-c/Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/security/apache-xml-security-c/Makefile b/security/apache-xml-security-c/Makefile
index b8c5d2d8bfc1..6e31c9dcff79 100644
--- a/security/apache-xml-security-c/Makefile
+++ b/security/apache-xml-security-c/Makefile
@@ -13,20 +13,9 @@ COMMENT= Apache XML security libraries - C++ version
LICENSE= APACHE20
-OPTIONS_DEFINE= XERCES_3
-OPTIONS_DEFAULT= XERCES_3
-
-XERCES_3_DESC= With Xerces vesion 3.x (shibboleth2 requires)
-
USE_OPENSSL= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MXERCES_3}
-LIB_DEPENDS+= xerces-c.3:${PORTSDIR}/textproc/xerces-c3
-.else
-LIB_DEPENDS+= xerces-c.27:${PORTSDIR}/textproc/xerces-c2
-.endif
+LIB_DEPENDS+= libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-xerces=${LOCALBASE}