svn commit: r517884 - head/graphics/gdal

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 18 18:10:41 UTC 2019


Author: sunpoet
Date: Mon Nov 18 18:10:40 2019
New Revision: 517884
URL: https://svnweb.freebsd.org/changeset/ports/517884

Log:
  Add BUILD_DEPENDS

Modified:
  head/graphics/gdal/Makefile

Modified: head/graphics/gdal/Makefile
==============================================================================
--- head/graphics/gdal/Makefile	Mon Nov 18 18:10:34 2019	(r517883)
+++ head/graphics/gdal/Makefile	Mon Nov 18 18:10:40 2019	(r517884)
@@ -14,6 +14,8 @@ COMMENT=	Translator library for raster geospatial data
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 
+BUILD_DEPENDS=	libgeotiff>=1.5.0:graphics/libgeotiff \
+		proj>=6:graphics/proj
 LIB_DEPENDS=	libgeotiff.so:graphics/libgeotiff \
 		libgif.so:graphics/giflib \
 		libjson-c.so:devel/json-c \


More information about the svn-ports-head mailing list