diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2022-12-17 07:44:00 +0000 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2022-12-17 07:44:00 +0000 |
commit | 5a10944f414bea3bceb8bb1e1221e905babd0a4d (patch) | |
tree | 1b42d0c2ea4c2deddd2c24ca68f7c133d08ef6c3 | |
parent | db7da741f8ec931f8fe801dd89846ceb36014858 (diff) | |
download | ports-5a10944f414bea3bceb8bb1e1221e905babd0a4d.tar.gz ports-5a10944f414bea3bceb8bb1e1221e905babd0a4d.zip |
math/saga: Drop jasper dependency
As of March 2016, SAGA does not use Jasper anymore[1].
[1] https://sourceforge.net/p/saga-gis/code/ci/f08da3f558d46f97403cb6468801012c5dcbf875
-rw-r--r-- | math/saga/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile index 77220163b2b0..fdf05d53072d 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -1,6 +1,6 @@ PORTNAME= saga PORTVERSION= 8.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} @@ -22,7 +22,6 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libgdal.so:graphics/gdal \ libhdf5.so:science/hdf5 \ libhpdf.so:print/libharu \ - libjasper.so:graphics/jasper \ libodbc.so:databases/unixODBC \ libopencv_core.so:graphics/opencv \ libpdal_base.so:math/pdal \ |