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 | |
parent | Make it work with perls >= 5.6. (diff) |
Ruby 1.8.0 builds fine and make test passes on amd64.
Notes
Notes:
svn path=/head/; revision=86342
-rw-r--r-- | lang/ruby-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby18/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby-devel/Makefile b/lang/ruby-devel/Makefile index 2ca7079fc3e2..dd34f3bf184f 100644 --- a/lang/ruby-devel/Makefile +++ b/lang/ruby-devel/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 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 |