git: 7e2d3e5be03a - main - math/cgal: turn boost dependency into BUILD_DEPENDS

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Mon, 04 Aug 2025 13:23:36 UTC
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7e2d3e5be03ad2932d25700d736c5e1123bdfe0f

commit 7e2d3e5be03ad2932d25700d736c5e1123bdfe0f
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2025-07-31 15:05:45 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-08-04 13:23:24 +0000

    math/cgal: turn boost dependency into BUILD_DEPENDS
    
    boost 1.89 will remove the boost stub libraries, moving finally to a
    header-only library.  Turn LIB_DEPENDS into BUILD_DEPENDS to follow
    along.
    
    Reported by:    fluffy
    Approved by:    portmgr (build fix blanket)
---
 math/cgal/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/math/cgal/Makefile b/math/cgal/Makefile
index ba07ef490132..1fc34577677e 100644
--- a/math/cgal/Makefile
+++ b/math/cgal/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cgal
 PORTVERSION=	5.6.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 MASTER_SITES=	https://github.com/${PORTNAME:tu}/${PORTNAME}/releases/download/v${PORTVERSION}/
 DISTNAME=	${PORTNAME:tu}-${PORTVERSION}
@@ -12,9 +12,9 @@ WWW=		https://www.cgal.org/
 LICENSE=	GPLv3 LGPL3
 LICENSE_COMB=	multi
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/libntl.a:math/ntl
-LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
-		libmpfr.so:math/mpfr \
+BUILD_DEPENDS=	${LOCALBASE}/lib/libntl.a:math/ntl \
+		boost-libs>0:devel/boost-libs
+LIB_DEPENDS=	libmpfr.so:math/mpfr \
 		libgmp.so:math/gmp
 
 #TODO math/mpfi, math/rs, graphics/qglviewer