svn commit: r558746 - head/graphics/gdal

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 20 15:23:56 UTC 2020


Author: sunpoet
Date: Sun Dec 20 15:23:54 2020
New Revision: 558746
URL: https://svnweb.freebsd.org/changeset/ports/558746

Log:
  Add OPENJPEG version requirement

Modified:
  head/graphics/gdal/Makefile

Modified: head/graphics/gdal/Makefile
==============================================================================
--- head/graphics/gdal/Makefile	Sun Dec 20 15:23:50 2020	(r558745)
+++ head/graphics/gdal/Makefile	Sun Dec 20 15:23:54 2020	(r558746)
@@ -130,6 +130,7 @@ NETCDF_CONFIGURE_WITH=	netcdf
 NETCDF_LIB_DEPENDS=	libnetcdf.so:science/netcdf
 ODBC_CONFIGURE_WITH=	odbc
 ODBC_LIB_DEPENDS=	libodbc.so:databases/unixODBC
+OPENJPEG_BUILD_DEPENDS=	openjpeg>=2.1.0:graphics/openjpeg
 OPENJPEG_CONFIGURE_WITH=openjpeg
 OPENJPEG_LIB_DEPENDS=	libopenjp2.so:graphics/openjpeg
 PCRE_CONFIGURE_WITH=	pcre


More information about the svn-ports-all mailing list