aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-01-26 04:53:13 +0800
committerpav <pav@FreeBSD.org>2004-01-26 04:53:13 +0800
commita95cb5dfbda289520a8ea1033f37be0b1041f0a4 (patch)
treef88cef332f12935a652283c332014d77fce640ad /www
parent5f3bb868edd14041f6acef7bd60b2d828d9de11d (diff)
downloadfreebsd-ports-gnome-a95cb5dfbda289520a8ea1033f37be0b1041f0a4.tar.gz
freebsd-ports-gnome-a95cb5dfbda289520a8ea1033f37be0b1041f0a4.tar.zst
freebsd-ports-gnome-a95cb5dfbda289520a8ea1033f37be0b1041f0a4.zip
- Mark as broken on Alpha
PR: ports/61851 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/wiliki/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/wiliki/Makefile b/www/wiliki/Makefile
index fb8f49cd13f6..1cfdb04e45de 100644
--- a/www/wiliki/Makefile
+++ b/www/wiliki/Makefile
@@ -24,7 +24,7 @@ GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
-.if ${MACHINE_ARCH} == "alpha" && ${OSVERSION} >= 500000
+.if ${MACHINE_ARCH} == "alpha"
BROKEN= "Does not build"
.endif