diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/shibboleth2-sp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/shibboleth2-sp/Makefile b/security/shibboleth2-sp/Makefile index f40c4aa54e51..845190b2f980 100644 --- a/security/shibboleth2-sp/Makefile +++ b/security/shibboleth2-sp/Makefile @@ -3,7 +3,7 @@ PORTNAME= shibboleth-sp PORTVERSION= 2.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security www MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/ @@ -16,7 +16,7 @@ BUILD_DEPENDS= boost-libs>=0:devel/boost-libs LIB_DEPENDS= libsaml.so:security/opensaml2 \ libxmltooling-lite.so:devel/xmltooling \ liblog4shib.so:devel/log4shib \ - libxerces-c-3.1.so:textproc/xerces-c3 \ + libxerces-c.so:textproc/xerces-c3 \ libxml-security-c.so:security/apache-xml-security-c USES= gmake tar:bzip2 ssl |