aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-12-06 17:13:40 +0800
committerpav <pav@FreeBSD.org>2007-12-06 17:13:40 +0800
commit5c6f468d0198aa17ca9f807a9eec23f06bacd846 (patch)
treebd978108b7b648f1a7282318038d82aa73df0373 /www
parent5e3a424029a9eb3d7e8a5f1140b570388ff2e0d2 (diff)
downloadfreebsd-ports-gnome-5c6f468d0198aa17ca9f807a9eec23f06bacd846.tar.gz
freebsd-ports-gnome-5c6f468d0198aa17ca9f807a9eec23f06bacd846.tar.zst
freebsd-ports-gnome-5c6f468d0198aa17ca9f807a9eec23f06bacd846.zip
- Mark BROKEN on 7.0: does not compile
Reported by: pointyhat Submitted by: Kouichi ABE (WALL) <kouichi@MysticWALL.COM> (maintainer) Approved by: portmgr (hat)
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 29c6c0244eb5..5ce567cbf99f 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} >= 700000
+BROKEN= Does not compile: MNT_NODEV undeclared
+.endif
+
.if defined(WITH_OPENSSL)
CONFIGURE_ARGS+= --with-openssl=yes
.endif