diff options
Diffstat (limited to 'databases/sfcgal/Makefile')
-rw-r--r-- | databases/sfcgal/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/sfcgal/Makefile b/databases/sfcgal/Makefile index 2b04d9a8ce2e..ce36a9bdace7 100644 --- a/databases/sfcgal/Makefile +++ b/databases/sfcgal/Makefile @@ -1,7 +1,6 @@ PORTNAME= sfcgal DISTVERSIONPREFIX= v -DISTVERSION= 2.1.0 -PORTREVISION= 1 +DISTVERSION= 2.2.0 CATEGORIES= databases math graphics MASTER_SITES= https://github.com/CGAL/cgal/releases/download/v${CGAL_VERSION}/:source1 @@ -14,7 +13,7 @@ WWW= https://oslandia.gitlab.io/SFCGAL/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ +LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libgmp.so:math/gmp \ libmpfr.so:math/mpfr |