Date: Wed, 4 May 2016 01:57:11 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414573 - head/Mk Message-ID: <201605040157.u441vBIH075727@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed May 4 01:57:11 2016 New Revision: 414573 URL: https://svnweb.freebsd.org/changeset/ports/414573 Log: Remove now unused USE_RAKE Modified: head/Mk/bsd.ruby.mk Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Wed May 4 01:54:33 2016 (r414572) +++ head/Mk/bsd.ruby.mk Wed May 4 01:57:11 2016 (r414573) @@ -439,11 +439,6 @@ RUN_DEPENDS+= ${DEPEND_RUBY} .endif .endif -.if defined(USE_RAKE) -BUILD_DEPENDS+= ${LOCALBASE}/bin/rake:devel/rubygem-rake -RAKE_BIN= ${LOCALBASE}/bin/rake -.endif - # documents RUBY_NO_RD_HTML= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605040157.u441vBIH075727>