svn commit: r487263 - head/devel/ignition-cmake

Antoine Brodin antoine at FreeBSD.org
Tue Dec 11 23:12:22 UTC 2018


Author: antoine
Date: Tue Dec 11 23:12:20 2018
New Revision: 487263
URL: https://svnweb.freebsd.org/changeset/ports/487263

Log:
  Convert to USE_RUBY

Modified:
  head/devel/ignition-cmake/Makefile

Modified: head/devel/ignition-cmake/Makefile
==============================================================================
--- head/devel/ignition-cmake/Makefile	Tue Dec 11 22:30:12 2018	(r487262)
+++ head/devel/ignition-cmake/Makefile	Tue Dec 11 23:12:20 2018	(r487263)
@@ -10,10 +10,8 @@ COMMENT=	CMake modules to be used by the Ignition proj
 
 LICENSE=	APACHE20
 
-BUILD_DEPENDS=	ruby:lang/ruby24
-RUN_DEPENDS=	ruby:lang/ruby24
-
 USES=		cmake:outsource pkgconfig
+USE_RUBY=	yes
 
 CMAKE_OFF=	BUILD_TESTING
 


More information about the svn-ports-all mailing list