diff options
-rw-r--r-- | math/saga/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile index c55b0cf9248d..4fe9df669a78 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -2,6 +2,7 @@ PORTNAME= saga PORTVERSION= 8.1.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} @@ -23,7 +24,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libopencv_core.so:graphics/opencv \ libpdal_base.so:math/pdal \ libproj.so:graphics/proj \ - libqhull_r.so:math/qhull \ + libqhull_r.so:math/qhull8 \ libsvm.so:science/libsvm \ libsz.so:science/szip \ libtiff.so:graphics/tiff |