diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-06 09:13:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-06 09:13:40 +0000 |
commit | 118c6f4e0792849977169c74789960765771d165 (patch) | |
tree | 77a6f7a585135f6833e29b7cc8413125472bbf2c /www/wyvern | |
parent | a79641a7b33cfa7dd0355e123ef394696b7388be (diff) | |
download | ports-118c6f4e0792849977169c74789960765771d165.tar.gz ports-118c6f4e0792849977169c74789960765771d165.zip |
Notes
Diffstat (limited to 'www/wyvern')
-rw-r--r-- | www/wyvern/Makefile | 4 |
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 |