Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2018 17:23:47 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485527 - head/devel/ignition-tools
Message-ID:  <201811211723.wALHNlad060658@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Nov 21 17:23:47 2018
New Revision: 485527
URL: https://svnweb.freebsd.org/changeset/ports/485527

Log:
  devel/ignition-tools: Add USE_RUBY
  
  Reported by:	mat

Modified:
  head/devel/ignition-tools/Makefile

Modified: head/devel/ignition-tools/Makefile
==============================================================================
--- head/devel/ignition-tools/Makefile	Wed Nov 21 17:21:58 2018	(r485526)
+++ head/devel/ignition-tools/Makefile	Wed Nov 21 17:23:47 2018	(r485527)
@@ -11,11 +11,9 @@ COMMENT=	Ignition entry point (ign) for using all the 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	ruby:lang/ruby24
-RUN_DEPENDS=	ruby:lang/ruby24
-
 USES=		cmake:outsource pkgconfig shebangfix
 SHEBANG_FILES=	src/ign.in
+USE_RUBY=	yes
 
 BB_ACCOUNT=	ignitionrobotics
 BB_PROJECT=	ign-tools



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811211723.wALHNlad060658>