aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-10-13 07:09:50 +0800
committerpav <pav@FreeBSD.org>2010-10-13 07:09:50 +0800
commite8dbf5af366d2c9fc0be829ac17f7093de367d88 (patch)
tree34c1f90594a9b3a5411407193c96cbde4fee0afc /security
parent88ad4bf5e90c876b33d35af01170ab49698d14a0 (diff)
downloadfreebsd-ports-gnome-e8dbf5af366d2c9fc0be829ac17f7093de367d88.tar.gz
freebsd-ports-gnome-e8dbf5af366d2c9fc0be829ac17f7093de367d88.tar.zst
freebsd-ports-gnome-e8dbf5af366d2c9fc0be829ac17f7093de367d88.zip
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
Diffstat (limited to 'security')
-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