aboutsummaryrefslogtreecommitdiff
path: root/www/roxen/Makefile
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/Makefile
parent5271a8ace154529405b2e055e26863e196215ba3 (diff)
Notes
Diffstat (limited to 'www/roxen/Makefile')
-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