aboutsummaryrefslogtreecommitdiff
path: root/security/stunnel
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-10-12 23:09:50 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-10-12 23:09:50 +0000
commit786313d55547fb29bc4061bf7f8a464cfc3567ba (patch)
treed72294d676d5c3164f0c4cde6387207426fe8805 /security/stunnel
parent5d38ddefc030220dc6f70528f517bc41da0f7708 (diff)
downloadports-786313d55547fb29bc4061bf7f8a464cfc3567ba.tar.gz
ports-786313d55547fb29bc4061bf7f8a464cfc3567ba.zip
Notes
Diffstat (limited to 'security/stunnel')
-rw-r--r--security/stunnel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile
index 6f821094e2e8..c2647c77cc83 100644
--- a/security/stunnel/Makefile
+++ b/security/stunnel/Makefile
@@ -36,6 +36,10 @@ OPTIONS= FORK "use the fork(3) threading model" off \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 700000
+BROKEN= does not compile on 6.X
+.endif
+
.if defined(WITH_IPV6)
CONFIGURE_ARGS+= --enable-ipv6
.else