aboutsummaryrefslogtreecommitdiffstats
path: root/www/havp
diff options
context:
space:
mode:
Diffstat (limited to 'www/havp')
-rw-r--r--www/havp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/havp/Makefile b/www/havp/Makefile
index 48efc3fd7b1d..fbe9b87519ac 100644
--- a/www/havp/Makefile
+++ b/www/havp/Makefile
@@ -37,6 +37,10 @@ OPTIONS= SSL "Enable SSL proxying (not scanned, only forwarded!)" on \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 600000
+BROKEN= Fails to compile: does not find pthread include file
+.endif
+
.if defined(WITH_SSL)
CONFIGURE_ARGS+= --enable-ssl-tunnel
.else