aboutsummaryrefslogtreecommitdiff
path: root/security/apache-xml-security-c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-24 14:38:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-24 14:38:24 +0000
commit43ba507bc629a8a37e6dacbb7cc0afff969c2be6 (patch)
treebf8d8d23402974731b5ea4727dced9f3c8244635 /security/apache-xml-security-c
parent28e31ae8f8350f2776b3cc2bc961fe6be81d8233 (diff)
downloadports-43ba507bc629a8a37e6dacbb7cc0afff969c2be6.tar.gz
ports-43ba507bc629a8a37e6dacbb7cc0afff969c2be6.zip
Only allow building with xerces-c3 (xerces-c2 is going away)
Notes
Notes: svn path=/head/; revision=345854
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}