1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Set the default version of ruby to 1.8 on amd64.

This commit is contained in:
Akinori MUSHA 2003-08-05 12:00:52 +00:00
parent 70aad94965
commit 5e302f8074
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86343

View File

@ -96,7 +96,7 @@ Ruby_Include_MAINTAINER= knu@FreeBSD.org
# RUBY_ELISPDIR - Installation path for emacs lisp files.
#
.if ${ARCH} == alpha || ${ARCH} == sparc64 || ${ARCH} == ia64
.if ${ARCH} == alpha || ${ARCH} == sparc64 || ${ARCH} == amd64 || ${ARCH} == ia64
RUBY_DEFAULT_VER?= 1.8
.else
RUBY_DEFAULT_VER?= 1.6