From 43ba507bc629a8a37e6dacbb7cc0afff969c2be6 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 24 Feb 2014 14:38:24 +0000 Subject: Only allow building with xerces-c3 (xerces-c2 is going away) --- security/apache-xml-security-c/Makefile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'security/apache-xml-security-c') 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 - -.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} -- cgit v1.2.3