svn commit: r330025 - head/biology/libsbml

Thomas Abthorpe tabthorpe at FreeBSD.org
Thu Oct 10 18:08:35 UTC 2013


Author: tabthorpe
Date: Thu Oct 10 18:08:34 2013
New Revision: 330025
URL: http://svnweb.freebsd.org/changeset/ports/330025

Log:
  - Switch to build with lang/ruby19
  - No PORTREVISION bump, option is off by default
  
  With hat:	portmgr

Modified:
  head/biology/libsbml/Makefile   (contents, props changed)

Modified: head/biology/libsbml/Makefile
==============================================================================
--- head/biology/libsbml/Makefile	Thu Oct 10 18:06:10 2013	(r330024)
+++ head/biology/libsbml/Makefile	Thu Oct 10 18:08:34 2013	(r330025)
@@ -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


More information about the svn-ports-head mailing list