Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2019 18:10:40 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517884 - head/graphics/gdal
Message-ID:  <201911181810.xAIIAef6029077@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911181810.xAIIAef6029077>