diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-01-12 04:16:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-01-12 04:16:50 +0800 |
commit | f1d348a055dd7ba6942461a345528617cbc492d1 (patch) | |
tree | 800fcc194fe6e71ecb5e8b71b7cea1085afc1bbc /math/R-cran-sf | |
parent | 4fad9caeb32fad84edc6a7ef7de448064dc69ab2 (diff) | |
download | freebsd-ports-gnome-f1d348a055dd7ba6942461a345528617cbc492d1.tar.gz freebsd-ports-gnome-f1d348a055dd7ba6942461a345528617cbc492d1.tar.zst freebsd-ports-gnome-f1d348a055dd7ba6942461a345528617cbc492d1.zip |
Update to 2.4.0
- Update MASTER_SITES
- Add ZSTD option
Changes: https://trac.osgeo.org/gdal/wiki/Release/2.3.0-News
https://trac.osgeo.org/gdal/wiki/Release/2.3.1-News
https://trac.osgeo.org/gdal/wiki/Release/2.3.2-News
https://trac.osgeo.org/gdal/wiki/Release/2.3.3-News
https://trac.osgeo.org/gdal/wiki/Release/2.4.0-News
PR: 231629
Exp-run by: antoine
Diffstat (limited to 'math/R-cran-sf')
-rw-r--r-- | math/R-cran-sf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/R-cran-sf/Makefile b/math/R-cran-sf/Makefile index 17e718b099de..9083de792f28 100644 --- a/math/R-cran-sf/Makefile +++ b/math/R-cran-sf/Makefile @@ -24,6 +24,6 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \ BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} -USES= cran:auto-plist,compiles +USES= compiler:c++11-lang cran:auto-plist,compiles .include <bsd.port.mk> |