diff options
-rw-r--r-- | graphics/qgis-ltr/Makefile | 2 | ||||
-rw-r--r-- | graphics/qgis/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile index d2df1b28ec77..916c635990eb 100644 --- a/graphics/qgis-ltr/Makefile +++ b/graphics/qgis-ltr/Makefile @@ -12,6 +12,8 @@ WWW= https://qgis.org/en/site/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/LICENSE +BROKEN= Fails to build, sip-build: class 'QgsTopologicalMesh::Changes' has not been defined + BUILD_DEPENDS= gpsbabel>=1.7.0:astro/gpsbabel \ opencl>=0:devel/opencl \ ${PY_SETUPTOOLS} \ diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 722eca17c38e..9615db85d784 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -11,6 +11,8 @@ WWW= https://qgis.org/en/site/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/LICENSE +BROKEN= Fails to build, sip-build: class 'QgsTopologicalMesh::Changes' has not been defined + BUILD_DEPENDS= gpsbabel>=1.7.0:astro/gpsbabel \ opencl>=0:devel/opencl \ ${PY_SETUPTOOLS} \ |