diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-08-24 02:54:30 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-08-24 02:56:50 -0700 |
commit | 6888bb4dc6824e8859c794f2c07e7e901f09d94c (patch) | |
tree | b0b8516d41de3bf85c5dec4609f71fa182277eca | |
parent | graphics/digikam: Update to 8.7.0 (diff) |
math/cgal: Add boost as a run-time dependency
... because installed headers include boost headers.
Approved by: portmgr@ (blanket ubreak; unbreaks at least science/fastjet)
-rw-r--r-- | math/cgal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 1fc34577677e..0b0f7474bc7f 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -1,6 +1,6 @@ PORTNAME= cgal PORTVERSION= 5.6.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= https://github.com/${PORTNAME:tu}/${PORTNAME}/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME:tu}-${PORTVERSION} @@ -16,6 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libntl.a:math/ntl \ boost-libs>0:devel/boost-libs LIB_DEPENDS= libmpfr.so:math/mpfr \ libgmp.so:math/gmp +RUN_DEPENDS= boost-libs>0:devel/boost-libs # needed because the installed include/CGAL/config.h file includes boost/config.hpp #TODO math/mpfi, math/rs, graphics/qglviewer #Not yet in ports |