aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-01-08 17:59:41 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-01-08 17:59:41 +0000
commitccd4eff1b49405149cc8a1e3c63c91b60f702921 (patch)
treec769ea8a7b1f42825b281acc0901c94362fa2a02 /www
parent5757f03eeed24bdada5085da183cd186c3aa99b1 (diff)
downloadports-ccd4eff1b49405149cc8a1e3c63c91b60f702921.tar.gz
ports-ccd4eff1b49405149cc8a1e3c63c91b60f702921.zip
Mark BROKEN on 8: does not build after the arp-v2 import.
Submitted by: pointyhat
Notes
Notes: svn path=/head/; revision=225509
Diffstat (limited to 'www')
-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