diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-19 10:07:14 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-19 10:07:14 +0000 |
commit | 9c7f3409d5891177e8975d603ff0ec39f0a74841 (patch) | |
tree | 3624045ed01800723d90846944a5f10399a075cb /graphics/R-cran-rgdal | |
parent | 4bff8408e3b05e4762953dfec9f64c3bada766f7 (diff) |
Notes
Diffstat (limited to 'graphics/R-cran-rgdal')
-rw-r--r-- | graphics/R-cran-rgdal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/R-cran-rgdal/Makefile b/graphics/R-cran-rgdal/Makefile index 7d7c7034af75..bd88611323ca 100644 --- a/graphics/R-cran-rgdal/Makefile +++ b/graphics/R-cran-rgdal/Makefile @@ -7,6 +7,7 @@ PORTNAME= rgdal DISTVERSION= 0.7-11 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -16,7 +17,7 @@ COMMENT= Bindings for the Geospatial Data Abstraction Library LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -LIB_DEPENDS= gdal.16:${PORTSDIR}/graphics/gdal \ +LIB_DEPENDS= gdal.17:${PORTSDIR}/graphics/gdal \ proj.7:${PORTSDIR}/graphics/proj RUN_DEPENDS= R-cran-sp>=0.9.99:${PORTSDIR}/math/R-cran-sp |