diff options
author | gdt <gdt@pkgsrc.org> | 2021-11-20 18:51:22 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2021-11-20 18:51:22 +0000 |
commit | 8f6a34a94243b0ccb6541d7af05485df37cf1159 (patch) | |
tree | b49c5fde029935e1c3da01e9d94eb20111f40568 | |
parent | f826e5545c8bea791325af56e9d3cab8ad8d57ad (diff) | |
download | pkgsrc-8f6a34a94243b0ccb6541d7af05485df37cf1159.tar.gz |
qgis: Adjust comment about unpackaged dependency
-rw-r--r-- | geography/qgis/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/geography/qgis/Makefile b/geography/qgis/Makefile index 22d4e1062ea..2401bfee782 100644 --- a/geography/qgis/Makefile +++ b/geography/qgis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.131 2021/11/15 22:54:17 wiz Exp $ +# $NetBSD: Makefile,v 1.132 2021/11/20 18:51:22 gdt Exp $ # This is intentionally 3.16 Long Term Release. Please do not update # to later branches, and instead discuss whether/how we want multiple @@ -71,7 +71,8 @@ DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2 DEPENDS+= ${PYPKGPREFIX}-markupsafe-[0-9]*:../../textproc/py-markupsafe # for quickosm DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml -# py-owslib # metasearch +# for metasearch +#DEPENDS+= ${PYPKGPREFIX}-wip-[0-9]*:../../wip/py-owslib CMAKE_ARGS+= -DWITH_QTWEBKIT=FALSE CMAKE_ARGS+= -DQWT_DIR=${QWT_DIR} |