diff options
Diffstat (limited to 'math/cgal/Makefile')
-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 |