diff options
Diffstat (limited to 'www')
-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 20f685cab30..55ce2caa6d7 100644 --- a/www/wyvern/Makefile +++ b/www/wyvern/Makefile @@ -37,6 +37,10 @@ OPTIONS= OPENSSL "OpenSSL support" off \ .include <bsd.port.pre.mk> +.if ${ARCH} == amd64 && ${OSREL} == 7.0 +BROKEN= doens't work; authors works on the problem +.endif + .if defined(WITH_OPENSSL) CONFIGURE_ARGS+= --with-openssl=yes .endif |