aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-30 09:24:30 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-30 09:24:30 +0000
commit96b719fa6c85b893b2b754b55741b39ba1792872 (patch)
treecb54c87e9db22873dafa8dcb6bd51a88410f8a4f
parent522be11394d99c62f30d09ef34ca2406ef5e6bd1 (diff)
downloadports-96b719fa6c85b893b2b754b55741b39ba1792872.tar.gz
ports-96b719fa6c85b893b2b754b55741b39ba1792872.zip
Doesn't work on any 7.0 tree.
Notes
Notes: svn path=/head/; revision=200442
-rw-r--r--www/wyvern/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/wyvern/Makefile b/www/wyvern/Makefile
index 55ce2caa6d77..2621316e5a66 100644
--- a/www/wyvern/Makefile
+++ b/www/wyvern/Makefile
@@ -37,7 +37,7 @@ OPTIONS= OPENSSL "OpenSSL support" off \
.include <bsd.port.pre.mk>
-.if ${ARCH} == amd64 && ${OSREL} == 7.0
+.if ${OSREL} == 7.0
BROKEN= doens't work; authors works on the problem
.endif