git: c59544168e4b - main - security/gost-engine: Remove duplicated and incorrect build dependency of CMake
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 Oct 2023 13:49:14 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c59544168e4bd7dedda4ab19dd09186489d4712b
commit c59544168e4bd7dedda4ab19dd09186489d4712b
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-10-15 12:45:24 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-10-15 13:48:58 +0000
security/gost-engine: Remove duplicated and incorrect build dependency of CMake
CMake binary is provided by devel/cmake-core not devel/cmake which
is a metaport and we don't need to safeguard for a version that's
over 3 years old
Approved by: portmgr (blanket)
---
security/gost-engine/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/security/gost-engine/Makefile b/security/gost-engine/Makefile
index 2a13f229962b..5c2c8dac8cf3 100644
--- a/security/gost-engine/Makefile
+++ b/security/gost-engine/Makefile
@@ -18,8 +18,6 @@ BROKEN_SSL_REASON_libressl= needs features only available in OpenSSL 1.1.1+
BROKEN_SSL_REASON_libressl-devel= needs features only available in OpenSSL 1.1.1+
BROKEN_SSL_REASON_openssl31= not ready for openssl31
-BUILD_DEPENDS= cmake>=3.18.1:devel/cmake
-
USES= cmake ssl
USE_GITHUB= yes
GH_ACCOUNT= gost-engine