From 118c6f4e0792849977169c74789960765771d165 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Thu, 6 Dec 2007 09:13:40 +0000 Subject: - Mark BROKEN on 7.0: does not compile Reported by: pointyhat Submitted by: Kouichi ABE (WALL) (maintainer) Approved by: portmgr (hat) --- www/wyvern/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/wyvern') diff --git a/www/wyvern/Makefile b/www/wyvern/Makefile index 29c6c0244eb5..5ce567cbf99f 100644 --- a/www/wyvern/Makefile +++ b/www/wyvern/Makefile @@ -37,6 +37,10 @@ OPTIONS= OPENSSL "OpenSSL support" off \ .include +.if ${OSVERSION} >= 700000 +BROKEN= Does not compile: MNT_NODEV undeclared +.endif + .if defined(WITH_OPENSSL) CONFIGURE_ARGS+= --with-openssl=yes .endif -- cgit v1.2.3