svn commit: r414573 - head/Mk

Steve Wills swills at FreeBSD.org
Wed May 4 01:57:13 UTC 2016


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


More information about the svn-ports-head mailing list