summaryrefslogtreecommitdiff
path: root/www/roxen
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-05-21 18:17:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-05-21 18:17:12 +0000
commitbdb9620e0caba69eb3b773b9428402a8a9f9ee3a (patch)
tree207f8a1c019bacdd58ac4e095de3cc3824ba312d /www/roxen
parentBROKEN on alpha: FPE during build (diff)
BROKEN on alpha: Does not compile
Diffstat (limited to 'www/roxen')
-rw-r--r--www/roxen/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/roxen/Makefile b/www/roxen/Makefile
index 712746628bca..f4c314444243 100644
--- a/www/roxen/Makefile
+++ b/www/roxen/Makefile
@@ -37,6 +37,10 @@ post-install:
.include <bsd.port.pre.mk>
+.if ${ARCH} == "alpha"
+BROKEN= "Does not compile on alpha"
+.endif
+
.if defined(PARALLEL_PACKAGE_BUILD) && ${OSVERSION} >= 500000
IGNORE= hang
.endif