1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

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
This commit is contained in:
Rainer Hurling 2020-10-30 16:38:40 +00:00
parent fef68c5bbd
commit cda9c57e18
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553701

View File

@ -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} \