diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-24 14:38:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-24 14:38:24 +0000 |
commit | 43ba507bc629a8a37e6dacbb7cc0afff969c2be6 (patch) | |
tree | bf8d8d23402974731b5ea4727dced9f3c8244635 /security/apache-xml-security-c | |
parent | 28e31ae8f8350f2776b3cc2bc961fe6be81d8233 (diff) |
Notes
Diffstat (limited to 'security/apache-xml-security-c')
-rw-r--r-- | security/apache-xml-security-c/Makefile | 13 |
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} |