diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-21 09:18:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-21 09:18:01 +0000 |
commit | dfe0c9ad732ed015ff8b30d539df0c977852e781 (patch) | |
tree | 1e8bbfe5269cf2447864f86bbb3f6d60059353b7 /graphics/gdal | |
parent | 8532909c80eda4293467ccd08a3231e2ed1a9f5d (diff) |
Notes
Diffstat (limited to 'graphics/gdal')
-rw-r--r-- | graphics/gdal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 57865e851c9a..3d18ce56cae9 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -15,7 +15,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.TXT BUILD_DEPENDS= libgeotiff>=1.5.0:graphics/libgeotiff \ - proj>=6:graphics/proj + proj>=6,1:graphics/proj LIB_DEPENDS= libgeotiff.so:graphics/libgeotiff \ libgif.so:graphics/giflib \ libjson-c.so:devel/json-c \ |