Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Oct 2020 16:38:40 +0000 (UTC)
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553701 - head/graphics/qgis
Message-ID:  <202010301638.09UGceqa053275@repo.freebsd.org>

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



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