svn commit: r422202 - head/textproc/ruby-rttool

Steve Wills swills at FreeBSD.org
Thu Sep 15 15:06:52 UTC 2016


Author: swills
Date: Thu Sep 15 15:06:50 2016
New Revision: 422202
URL: https://svnweb.freebsd.org/changeset/ports/422202

Log:
  textproc/ruby-rttool: remove USE_RUBY_RDTOOL
  
  PR:		210665

Modified:
  head/textproc/ruby-rttool/Makefile

Modified: head/textproc/ruby-rttool/Makefile
==============================================================================
--- head/textproc/ruby-rttool/Makefile	Thu Sep 15 15:06:06 2016	(r422201)
+++ head/textproc/ruby-rttool/Makefile	Thu Sep 15 15:06:50 2016	(r422202)
@@ -18,11 +18,12 @@ LICENSE=	RUBY
 USE_RUBY=	yes
 USES=		shebangfix
 USE_RUBY_SETUP=	yes
-USE_RUBY_RDTOOL=	yes
 
 SHEBANG_FILES=	bin/rt/* lib/rt/*
 RUBY_MODNAME=	rt
 
+BUILD_DEPENDS=	rd2:textproc/ruby-rdtool
+
 DOCS_EN=	rttool.en.html rttool.en.rd
 DOCS_JA=	rttool.ja.html rttool.ja.rd
 


More information about the svn-ports-head mailing list