summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-25 20:53:13 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-25 20:53:13 +0000
commit8e4d77faf64bea554dd123687d7b1de58ded0417 (patch)
tree39610019180a507c120a77a9baa354df61e34e6f /www
parent- Fix the detection of libvorbis (broken, due to version bump) (diff)
- Mark as broken on Alpha
PR: ports/61851 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> (maintainer)
Notes
Notes: svn path=/head/; revision=99128
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