summaryrefslogtreecommitdiff
path: root/www/roxen
diff options
context:
space:
mode:
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