aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby/Makefile')
-rw-r--r--lang/ruby/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile
index 4a84ba434bd7..ae808a2597e5 100644
--- a/lang/ruby/Makefile
+++ b/lang/ruby/Makefile
@@ -32,6 +32,11 @@ PLIST_SUB+= ONIGURUMA=""
PLIST_SUB+= ONIGURUMA="@comment "
.endif
+# Ruby 1.6 does not support IA64 yet.
+ONLY_FOR_ARCHS= i386
+# There are some problems on alpha and sparc64; use 1.8 or later.
+ONLY_FOR_ARCHS+= alpha sparc64
+
#USE_BZIP2= yes
USE_RUBY= yes