diff options
author | marcel <marcel@FreeBSD.org> | 2003-11-27 16:37:42 +0800 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2003-11-27 16:37:42 +0800 |
commit | 762bf2a3376fc5ccb473c1da8de434888f551b74 (patch) | |
tree | e8ca30b7a1e4c19d3c16596f146ff8227f6cb858 /lang/ruby18 | |
parent | 1e988a62b57306edd7af07b95bdec502801b49ad (diff) | |
download | freebsd-ports-gnome-762bf2a3376fc5ccb473c1da8de434888f551b74.tar.gz freebsd-ports-gnome-762bf2a3376fc5ccb473c1da8de434888f551b74.tar.zst freebsd-ports-gnome-762bf2a3376fc5ccb473c1da8de434888f551b74.zip |
Now that the build on ia64 has been fixed, remove the ONLY_FOR_ARCHS
that listed all archs, except ia64.
Approved by: portmgr (kris)
Diffstat (limited to 'lang/ruby18')
-rw-r--r-- | lang/ruby18/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 86fe2bbf6aea..f4402733cfdd 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -31,9 +31,6 @@ PLIST_SUB+= ONIGURUMA="" PLIST_SUB+= ONIGURUMA="@comment " .endif -# Ruby 1.8 does not support IA64 yet. -ONLY_FOR_ARCHS= i386 alpha sparc64 amd64 - #USE_BZIP2= yes USE_OPENSSL= yes |