svn commit: r471315 - head/devel/rubygem-rugged

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 1 22:48:14 UTC 2018


Author: sunpoet
Date: Fri Jun  1 22:48:13 2018
New Revision: 471315
URL: https://svnweb.freebsd.org/changeset/ports/471315

Log:
  Remove unnecessary BUILD_DEPENDS
  
  cmake is only required for bundled libgit2 but we are using the one from ports.

Modified:
  head/devel/rubygem-rugged/Makefile

Modified: head/devel/rubygem-rugged/Makefile
==============================================================================
--- head/devel/rubygem-rugged/Makefile	Fri Jun  1 22:48:07 2018	(r471314)
+++ head/devel/rubygem-rugged/Makefile	Fri Jun  1 22:48:13 2018	(r471315)
@@ -12,8 +12,7 @@ COMMENT=	Rugged is a Ruby binding to the libgit2 linka
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	cmake:devel/cmake \
-		libgit2>=${PORTVERSION:R}:devel/libgit2
+BUILD_DEPENDS=	libgit2>=${PORTVERSION:R}:devel/libgit2
 LIB_DEPENDS=	libgit2.so:devel/libgit2 \
 		libgmp.so:math/gmp \
 		libunwind.so:devel/libunwind


More information about the svn-ports-all mailing list