aboutsummaryrefslogtreecommitdiff
path: root/lang/parrot
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-04-22 01:41:55 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-04-22 01:41:55 +0000
commite0b93c235afda2fb48ba3c51051141f1d214c452 (patch)
tree7dfa30a93e01c4c7a284d706a76b036d231ca616 /lang/parrot
parentcc9a93e0af5a9ece836309da25b2540dd5c8edcc (diff)
BROKEN on ia64: Does not compile
Notes
Notes: svn path=/head/; revision=190611
Diffstat (limited to 'lang/parrot')
-rw-r--r--lang/parrot/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile
index b63a889acea7..b7f7fbd23e7c 100644
--- a/lang/parrot/Makefile
+++ b/lang/parrot/Makefile
@@ -75,6 +75,10 @@ PLIST_SUB+= JIT=""
PLIST_SUB+= JIT="@comment "
.endif
+.if ${ARCH} == ia64
+BROKEN= Does not compile on ia64
+.endif
+
.if ${PERL_LEVEL} < 500800
IGNORE= perl 5.8 or newer required. Install lang/perl5.8 and try again
.endif