1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Remove unnecessary BUILD_DEPENDS

cmake is only required for bundled libgit2 but we are using the one from ports.
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-06-01 22:48:13 +00:00
parent 0a8a0473ab
commit f8467bb6a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471315

View File

@ -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