aboutsummaryrefslogtreecommitdiff
path: root/www/wyvern
diff options
context:
space:
mode:
Diffstat (limited to 'www/wyvern')
-rw-r--r--www/wyvern/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/wyvern/Makefile b/www/wyvern/Makefile
index 35ce55ee92d1..609594e1599a 100644
--- a/www/wyvern/Makefile
+++ b/www/wyvern/Makefile
@@ -37,6 +37,10 @@ OPTIONS= OPENSSL "OpenSSL support" off \
.include <bsd.port.pre.mk>
+if ${OSVERSION} >= 800059
+BROKEN= does not build
+.endif
+
.if defined(WITH_OPENSSL)
CONFIGURE_ARGS+= --with-openssl=yes
.endif