diff options
author | knu <knu@FreeBSD.org> | 2003-08-05 11:58:47 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-08-05 11:58:47 +0000 |
commit | a64d82ad6ba32d4cb5eedeb47fbdc0ea4cd2f6e1 (patch) | |
tree | 1a992539b8fd92be5f64fd0216419d7974003f93 /lang | |
parent | 1379cc11eb603b0dca040bf8977a64baafb27584 (diff) | |
download | FreeBSD-ports-a64d82ad6ba32d4cb5eedeb47fbdc0ea4cd2f6e1.zip FreeBSD-ports-a64d82ad6ba32d4cb5eedeb47fbdc0ea4cd2f6e1.tar.gz |
Ruby 1.8.0 builds fine and make test passes on amd64.
Diffstat (limited to 'lang')
-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 2ca7079..dd34f3b 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 2ca7079..dd34f3b 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 |