From f8467bb6a0d243e12d67815b7d082dc44e6c60fd Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Jun 2018 22:48:13 +0000 Subject: [PATCH] Remove unnecessary BUILD_DEPENDS cmake is only required for bundled libgit2 but we are using the one from ports. --- devel/rubygem-rugged/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devel/rubygem-rugged/Makefile b/devel/rubygem-rugged/Makefile index add51de847cc..5825309c936d 100644 --- a/devel/rubygem-rugged/Makefile +++ b/devel/rubygem-rugged/Makefile @@ -12,8 +12,7 @@ COMMENT= Rugged is a Ruby binding to the libgit2 linkable library 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