diff options
author | Wen Heping <wen@FreeBSD.org> | 2012-05-07 08:12:53 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2012-05-07 08:12:53 +0000 |
commit | b360c0c97b599904652ff595b45d5ed7cd29aaac (patch) | |
tree | a19f2f07e36828c7650b4b16e1ef5e095b2d05f2 /math | |
parent | 9282898646dbb64f8807f3ea1a788a02042ddd9b (diff) | |
download | ports-b360c0c97b599904652ff595b45d5ed7cd29aaac.tar.gz ports-b360c0c97b599904652ff595b45d5ed7cd29aaac.zip |
- Bump PORTREVISION to chase the update of graphics/proj
Notes
Notes:
svn path=/head/; revision=296126
Diffstat (limited to 'math')
-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 eb59482933d0..cb61bfd4011d 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -7,6 +7,7 @@ PORTNAME= saga PORTVERSION= 2.0.8 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -16,7 +17,7 @@ COMMENT= System for Automated Geoscientific Analyses LICENSE= GPLv2 -LIB_DEPENDS= proj.6:${PORTSDIR}/graphics/proj \ +LIB_DEPENDS= proj.7:${PORTSDIR}/graphics/proj \ gdal.16:${PORTSDIR}/graphics/gdal \ jasper.4:${PORTSDIR}/graphics/jasper \ tiff.4:${PORTSDIR}/graphics/tiff \ |