diff options
Diffstat (limited to '')
-rw-r--r-- | math/cgal/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 52df0bd27d41..1fc34577677e 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -1,6 +1,6 @@ PORTNAME= cgal -PORTVERSION= 5.5.1 -PORTREVISION= 7 +PORTVERSION= 5.6.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 |