diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2013-10-11 02:08:34 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2013-10-11 02:08:34 +0800 |
commit | 8b4acf139c53e6d13f5e522aa2bcc605aceeaeb7 (patch) | |
tree | bdb786ccb750914342522693979c2f2e17b46897 /biology/libsbml | |
parent | 06f044ddb8d4101f296a6a59ba4463505d945b6e (diff) | |
download | freebsd-ports-gnome-8b4acf139c53e6d13f5e522aa2bcc605aceeaeb7.tar.gz freebsd-ports-gnome-8b4acf139c53e6d13f5e522aa2bcc605aceeaeb7.tar.zst freebsd-ports-gnome-8b4acf139c53e6d13f5e522aa2bcc605aceeaeb7.zip |
- Switch to build with lang/ruby19
- No PORTREVISION bump, option is off by default
With hat: portmgr
Diffstat (limited to 'biology/libsbml')
-rw-r--r-- | biology/libsbml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/libsbml/Makefile b/biology/libsbml/Makefile index 7ca564480b09..cd36a286e296 100644 --- a/biology/libsbml/Makefile +++ b/biology/libsbml/Makefile @@ -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 |