summaryrefslogtreecommitdiff
path: root/geography/gdal-lib/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2020-12-14 19:50:32 +0000
committergdt <gdt@pkgsrc.org>2020-12-14 19:50:32 +0000
commite9b8cb06210758189daf28bbb2f10655daf36ffd (patch)
tree1da0be9a40b54a9b6f22f6d728994df119313c5d /geography/gdal-lib/Makefile
parent754d9a40835cbc88c6128e9aeb8b45b55dca43de (diff)
downloadpkgsrc-e9b8cb06210758189daf28bbb2f10655daf36ffd.tar.gz
gdal: Add comment about (lack of) geopdf support
Diffstat (limited to 'geography/gdal-lib/Makefile')
-rw-r--r--geography/gdal-lib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile
index 6c6b1882df4..9c63944ec89 100644
--- a/geography/gdal-lib/Makefile
+++ b/geography/gdal-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.130 2020/11/05 09:06:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.131 2020/12/14 19:50:32 gdt Exp $
PKGREVISION= 5
.include "../../geography/gdal-lib/Makefile.common"
@@ -31,6 +31,9 @@ INSTALLATION_DIRS= bin include lib ${PKGMANDIR}/man1 share/gdal
# jasper uses SIZE_MAX and friends in its headers.
CPPFLAGS+= -D__STDC_LIMIT_MACROS
+# \todo: Support geopdf by including poppler, PoDoFo, or PDFium.
+# https://gdal.org/drivers/raster/pdf.html
+
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/netcdf/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"