aboutsummaryrefslogtreecommitdiffstats
path: root/security/xmlsec1
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-09-11 07:53:06 +0800
committerkris <kris@FreeBSD.org>2006-09-11 07:53:06 +0800
commit8140302b7c6a372bdde66ad6e19b222b2ba7db30 (patch)
treefa829948d3e95cf7aea208237c0e4940b69597e2 /security/xmlsec1
parent5a16cd1f26c58d8fc75332e75393928054b86f77 (diff)
downloadfreebsd-ports-gnome-8140302b7c6a372bdde66ad6e19b222b2ba7db30.tar.gz
freebsd-ports-gnome-8140302b7c6a372bdde66ad6e19b222b2ba7db30.tar.zst
freebsd-ports-gnome-8140302b7c6a372bdde66ad6e19b222b2ba7db30.zip
BROKEN on 7.0: Does not compile
Diffstat (limited to 'security/xmlsec1')
-rw-r--r--security/xmlsec1/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile
index c737ead5e47d..90eb0cf01522 100644
--- a/security/xmlsec1/Makefile
+++ b/security/xmlsec1/Makefile
@@ -55,6 +55,10 @@ post-install:
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700019
+BROKEN= Does not compile on FreeBSD >= 7.0
+.endif
+
.if defined(WITH_GNUTLS)
CONFIGURE_ARGS+= --with-gnutls="${LOCALBASE}"
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls