diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-10 23:53:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-10 23:53:06 +0000 |
commit | 86cc0f081d3006a5b1080f6dc85dda3e0e6a3ebe (patch) | |
tree | 8435383ee1ce86620edee234be9355d641d55b27 /security/xmlsec1 | |
parent | 2b5fd8390e846fd4ea3fb1712bbe732823f10f00 (diff) | |
download | ports-86cc0f081d3006a5b1080f6dc85dda3e0e6a3ebe.tar.gz ports-86cc0f081d3006a5b1080f6dc85dda3e0e6a3ebe.zip |
Notes
Diffstat (limited to 'security/xmlsec1')
-rw-r--r-- | security/xmlsec1/Makefile | 4 |
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 |