diff options
author | joerg <joerg@pkgsrc.org> | 2020-08-09 17:32:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2020-08-09 17:32:12 +0000 |
commit | 137edf6fc90d41325b77037920e9d3f18170a41d (patch) | |
tree | ef8a20ec60b2c4df7c01136eca13213647441cc7 /geography/Makefile | |
parent | d2a6cc0130a7ccee8c5844ff155a185ea18cd594 (diff) | |
download | pkgsrc-137edf6fc90d41325b77037920e9d3f18170a41d.tar.gz |
Unbreak bulk builds by adding R-rgdal.
Diffstat (limited to 'geography/Makefile')
-rw-r--r-- | geography/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/Makefile b/geography/Makefile index e6e9a219136..a59cd74871e 100644 --- a/geography/Makefile +++ b/geography/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 2020/08/09 15:38:15 brook Exp $ +# $NetBSD: Makefile,v 1.102 2020/08/09 17:32:12 joerg Exp $ # COMMENT= Software for geographical-related uses @@ -15,6 +15,7 @@ SUBDIR+= R-osmar SUBDIR+= R-osmdata SUBDIR+= R-prettymapr SUBDIR+= R-raster +SUBDIR+= R-rgdal SUBDIR+= R-rgeos SUBDIR+= R-rnaturalearth SUBDIR+= R-rnaturalearthdata |