diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
commit | 29863648e3d55a1df8635d93b18e22c74273d9a3 (patch) | |
tree | 318f5aebb7be8887ecfcc982de8845cb53f4c5e8 /devel/xmltooling | |
parent | 130db9c13e9b6bc169c92e3612444205da7a7352 (diff) |
Notes
Diffstat (limited to 'devel/xmltooling')
-rw-r--r-- | devel/xmltooling/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/xmltooling/Makefile b/devel/xmltooling/Makefile index 6e7fad680bbc..1aaa95eea8e7 100644 --- a/devel/xmltooling/Makefile +++ b/devel/xmltooling/Makefile @@ -7,13 +7,14 @@ PORTNAME= xmltooling PORTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= devel security MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/2.3/ MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Low level XML support for SAML -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ log4shib.1:${PORTSDIR}/devel/log4shib \ xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel \ xml-security-c.14:${PORTSDIR}/security/apache-xml-security-c |