Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2019 21:16: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: r505300 - head/graphics/libgeotiff
Message-ID:  <201906282116.x5SLGerj021828@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jun 28 21:16:40 2019
New Revision: 505300
URL: https://svnweb.freebsd.org/changeset/ports/505300

Log:
  Add BUILD_DEPENDS
  
  graphics/libgeotiff 1.5.0+ requires proj 6+.

Modified:
  head/graphics/libgeotiff/Makefile

Modified: head/graphics/libgeotiff/Makefile
==============================================================================
--- head/graphics/libgeotiff/Makefile	Fri Jun 28 21:16:34 2019	(r505299)
+++ head/graphics/libgeotiff/Makefile	Fri Jun 28 21:16:40 2019	(r505300)
@@ -13,6 +13,7 @@ COMMENT=	Library for reading and writing GeoTIFF infor
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	proj>=6:graphics/proj
 LIB_DEPENDS=	libjbig.so:graphics/jbigkit \
 		libproj.so:graphics/proj \
 		libtiff.so:graphics/tiff



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