aboutsummaryrefslogtreecommitdiff
path: root/www/wyvern
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2007-08-21 11:22:01 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2007-08-21 11:22:01 +0000
commit6b129ee3799ef64960ef1738236b2d8742c26711 (patch)
tree7593eace578c67f27fc72c43b38e0d20131bb8d6 /www/wyvern
parentaa7a89a6fe75962f670a1664def6856f41e486af (diff)
downloadports-6b129ee3799ef64960ef1738236b2d8742c26711.tar.gz
ports-6b129ee3799ef64960ef1738236b2d8742c26711.zip
Notes
Diffstat (limited to 'www/wyvern')
-rw-r--r--www/wyvern/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/wyvern/Makefile b/www/wyvern/Makefile
index 20f685cab30a..55ce2caa6d77 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