diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2008-12-21 23:31:38 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2008-12-21 23:31:38 +0000 |
commit | abfbd47ae621c792903708cc4305bf32602c6913 (patch) | |
tree | 2c27c4073d5e19a6ea547cfdb8f2eede69136028 /security | |
parent | 7e11ea3a7762cbfd3840fe0940a47bc5cbb21ca7 (diff) | |
download | ports-abfbd47ae621c792903708cc4305bf32602c6913.tar.gz ports-abfbd47ae621c792903708cc4305bf32602c6913.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/opensaml/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/opensaml/Makefile b/security/opensaml/Makefile index 09e1d31df132..688717860823 100644 --- a/security/opensaml/Makefile +++ b/security/opensaml/Makefile @@ -16,7 +16,6 @@ COMMENT= Open source implentation of SAML LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ log4cpp.4:${PORTSDIR}/devel/log4cpp \ - xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \ xml-security-c.14:${PORTSDIR}/security/apache-xml-security-c GNU_CONFIGURE= yes @@ -24,8 +23,6 @@ USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_LDCONFIG= yes -BROKEN= Does not compile - post-patch: @${REINPLACE_CMD} -e 's,^pkgdocdir.*=.*,pkgdocdir = ${DOCSDIR},' \ ${WRKSRC}/doc/Makefile.in |