diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-08-05 11:58:47 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-08-05 11:58:47 +0000 |
commit | 70aad9496555153708a0cfdfd23ebbf268787223 (patch) | |
tree | e466ce431e958e86923aa3af97d4e27795f6680f /lang/ruby18/Makefile | |
parent | Make it work with perls >= 5.6. (diff) |
Ruby 1.8.0 builds fine and make test passes on amd64.
Diffstat (limited to '')
-rw-r--r-- | lang/ruby18/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 2ca7079fc3e2..dd34f3bf184f 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -32,7 +32,7 @@ PLIST_SUB+= ONIGURUMA="@comment " .endif # Ruby 1.8 does not support IA64 yet. -ONLY_FOR_ARCHS= i386 alpha sparc64 +ONLY_FOR_ARCHS= i386 alpha sparc64 amd64 #USE_BZIP2= yes |