svn commit: r505300 - head/graphics/libgeotiff

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 28 21:16:46 UTC 2019


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


More information about the svn-ports-all mailing list