diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-08-21 19:22:01 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-08-21 19:22:01 +0800 |
commit | b07265ddce14b007c521517802771f358bdf4f87 (patch) | |
tree | 97ea9ff65a350e6116eb4eef98865af2317f1791 /www | |
parent | 6b5f1ff2ead8d4dae2cbdb89953c577a70083602 (diff) | |
download | freebsd-ports-graphics-b07265ddce14b007c521517802771f358bdf4f87.tar.gz freebsd-ports-graphics-b07265ddce14b007c521517802771f358bdf4f87.tar.zst freebsd-ports-graphics-b07265ddce14b007c521517802771f358bdf4f87.zip |
Mark broken on amd64/7.0
PR: ports/115491
Submitted by: Kouichi ABE (WALL) (maintainer)
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 |