diff options
author | pav <pav@FreeBSD.org> | 2008-04-30 14:33:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-30 14:33:55 +0800 |
commit | c850a7dcb2cf26e2541b87a5d0f11469790db9fa (patch) | |
tree | 49a9ade6ebb9710bb4409cda453d1a25010e6e9a /security/opensaml | |
parent | ed7672fb976e06c6a2f8d83b5df69fb0cf03db8e (diff) | |
download | freebsd-ports-gnome-c850a7dcb2cf26e2541b87a5d0f11469790db9fa.tar.gz freebsd-ports-gnome-c850a7dcb2cf26e2541b87a5d0f11469790db9fa.tar.zst freebsd-ports-gnome-c850a7dcb2cf26e2541b87a5d0f11469790db9fa.zip |
- Mark BROKEN: error: `ENDLINE' is not a member of `log4cpp::CategoryStream'
Reported by: pointyhat
Diffstat (limited to 'security/opensaml')
-rw-r--r-- | security/opensaml/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/opensaml/Makefile b/security/opensaml/Makefile index 8cd929b23217..683b6289039d 100644 --- a/security/opensaml/Makefile +++ b/security/opensaml/Makefile @@ -18,6 +18,8 @@ LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \ xml-security-c.13:${PORTSDIR}/security/apache-xml-security-c +BROKEN= does not compile + GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes |