diff options
Diffstat (limited to 'lang/ruby18/Makefile')
-rw-r--r-- | lang/ruby18/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 0614137736a3..b8ea4fb6ad93 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -32,6 +32,9 @@ PLIST_SUB+= ONIGURUMA="" PLIST_SUB+= ONIGURUMA="@comment " .endif +# Ruby 1.8 does not support IA64 yet. +ONLY_FOR_ARCHS= i386 alpha sparc64 + #USE_BZIP2= yes RUBY_VER= 1.8 |