git: 2fde86b8013c - main - graphics/openjpeg: Remove unnecessary BUILD_DEPENDS definition

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 25 Sep 2022 07:21:50 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2fde86b8013c56a8d5a1948d135aefa38067bcb8

commit 2fde86b8013c56a8d5a1948d135aefa38067bcb8
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-09-25 07:18:37 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-09-25 07:20:52 +0000

    graphics/openjpeg: Remove unnecessary BUILD_DEPENDS definition
    
    No need to define CMake as a build depenency when USES= cmake is used
    and we can safely assume that 3.X is available when building
    
    PR:             266451
    Reviewed by:    portmgr (tcberner)
    Approved by:    portmgr (blanket)
---
 graphics/openjpeg/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/graphics/openjpeg/Makefile b/graphics/openjpeg/Makefile
index 43625fbe59c7..c01edd50abe0 100644
--- a/graphics/openjpeg/Makefile
+++ b/graphics/openjpeg/Makefile
@@ -10,7 +10,6 @@ WWW=		https://www.openjpeg.org/
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	cmake>=3:devel/cmake
 LIB_DEPENDS=	liblcms2.so:graphics/lcms2 \
 		libpng.so:graphics/png \
 		libtiff.so:graphics/tiff