svn commit: r553701 - head/graphics/qgis

Rainer Hurling rhurlin at FreeBSD.org
Fri Oct 30 16:38:40 UTC 2020


Author: rhurlin
Date: Fri Oct 30 16:38:40 2020
New Revision: 553701
URL: https://svnweb.freebsd.org/changeset/ports/553701

Log:
  graphics/qgis: Missing build dependency
  
  By mistake the last commit contained a pre-version of Makefile, which missed BUILD_DEPENDS=devel/opencl. Sorry for any inconvenience.
  
  Reported by:	pkg-fallout
  Approved by:	arrowd (mentor)
  Differential Revision:	https://reviews.freebsd.org/D27021

Modified:
  head/graphics/qgis/Makefile

Modified: head/graphics/qgis/Makefile
==============================================================================
--- head/graphics/qgis/Makefile	Fri Oct 30 16:10:15 2020	(r553700)
+++ head/graphics/qgis/Makefile	Fri Oct 30 16:38:40 2020	(r553701)
@@ -13,6 +13,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/doc/LICENSE
 
 BUILD_DEPENDS=	gpsbabel>=1.5.4:astro/gpsbabel \
+		opencl>=0:devel/opencl \
 		${PYTHON_PKGNAMEPREFIX}cycler>=0.10.0:devel/py-cycler@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dateutil>=2.8.1:devel/py-dateutil@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}future>=0.18.2:devel/py-future@${PY_FLAVOR} \


More information about the svn-ports-all mailing list