diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 09:24:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 09:24:30 +0000 |
commit | 96b719fa6c85b893b2b754b55741b39ba1792872 (patch) | |
tree | cb54c87e9db22873dafa8dcb6bd51a88410f8a4f /www/wyvern | |
parent | 522be11394d99c62f30d09ef34ca2406ef5e6bd1 (diff) |
Doesn't work on any 7.0 tree.
Notes
Notes:
svn path=/head/; revision=200442
Diffstat (limited to 'www/wyvern')
-rw-r--r-- | www/wyvern/Makefile | 2 |
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 |