aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-21 22:59:58 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-21 22:59:58 +0000
commitd6f318d6d79587e5898ecd6f3fc2862456ed513d (patch)
treebe7c0ea76f066c36150322f1d5b90db8e7bcac8a
parent1773f7eff4e8d4af6b5704de2c28b6b6e89a2049 (diff)
downloadports-d6f318d6d79587e5898ecd6f3fc2862456ed513d.tar.gz
ports-d6f318d6d79587e5898ecd6f3fc2862456ed513d.zip
Notes
-rw-r--r--www/wiliki/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/wiliki/Makefile b/www/wiliki/Makefile
index 54f06261dd78..51bd42d63174 100644
--- a/www/wiliki/Makefile
+++ b/www/wiliki/Makefile
@@ -24,6 +24,10 @@ GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
+.if ${MACHINE_ARCH} == "alpha" && ${OSVERSION} >= 500000
+BROKEN= "Does not build"
+.endif
+
.if exists(${LOCALBASE}/bin/gauche-config)
GAUCHE_VER= `gauche-config -V`
.else