diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-01-29 21:09:13 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-01-29 21:09:13 +0800 |
commit | a278210450d04e80740fb64ba951fe05709e379d (patch) | |
tree | 2906c81f04c9ccd23c4bf792e2ac821287d4a5d3 /math | |
parent | 2013cb380166a3691d956431ed60ff4f6703ee92 (diff) | |
download | freebsd-ports-gnome-a278210450d04e80740fb64ba951fe05709e379d.tar.gz freebsd-ports-gnome-a278210450d04e80740fb64ba951fe05709e379d.tar.zst freebsd-ports-gnome-a278210450d04e80740fb64ba951fe05709e379d.zip |
- Bump PORTREVISION for gdal shlib change
Feature safe: yes
Diffstat (limited to 'math')
-rw-r--r-- | math/saga/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile index 366213d3e5e5..171981c8d403 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -3,9 +3,11 @@ # Whom: Rainer Hurling <rhurlin@gwdg.de> # # $FreeBSD$ +# PORTNAME= saga PORTVERSION= 2.0.6 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,7 +16,7 @@ MAINTAINER= rhurlin@gwdg.de COMMENT= System for Automated Geoscientific Analyses LIB_DEPENDS= proj.6:${PORTSDIR}/graphics/proj \ - gdal.15:${PORTSDIR}/graphics/gdal \ + gdal.16:${PORTSDIR}/graphics/gdal \ jasper.4:${PORTSDIR}/graphics/jasper \ tiff.4:${PORTSDIR}/graphics/tiff \ iodbc.3:${PORTSDIR}/databases/libiodbc \ |