1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Switch to build with lang/ruby19

- No PORTREVISION bump, option is off by default

With hat:	portmgr
This commit is contained in:
Thomas Abthorpe 2013-10-10 18:08:34 +00:00
parent 9f03f7ce8b
commit 84e9967fe5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330025

View File

@ -38,7 +38,7 @@ PLIST_SUB+= WITH_PYTHON="@comment "
.if ${PORT_OPTIONS:MRUBY}
.include "../../Mk/bsd.ruby.mk"
BUILD_DEPENDS+= ${LOCALBASE}/bin/ruby:${PORTSDIR}/lang/ruby18
BUILD_DEPENDS+= ${LOCALBASE}/bin/ruby:${PORTSDIR}/lang/ruby19
CONFIGURE_ARGS+= --with-ruby
PLIST_SUB+= WITH_RUBY=""
.else