Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jun 2018 22:48:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471315 - head/devel/rubygem-rugged
Message-ID:  <201806012248.w51MmDhB003945@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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