diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-09-10 18:11:33 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-09-10 18:11:33 +0000 |
commit | b554f0a4f3d694c745d06204ffae676bcf093eb8 (patch) | |
tree | bd07f855cf1f9c80a776b27abecea2b440c1914c | |
parent | 94c1ba37ade86429e02f405fe5f261c0e7b85f04 (diff) | |
download | ports-b554f0a4f3d694c745d06204ffae676bcf093eb8.tar.gz ports-b554f0a4f3d694c745d06204ffae676bcf093eb8.zip |
graphics/qgis: Update USES=python
graphics/py-pyproj requires Python 3.8+
-rw-r--r-- | graphics/qgis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 99513d7bedaa..06423e3dac5f 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -98,7 +98,7 @@ RUN_DEPENDS= astyle:devel/astyle \ ### Fortran is needed by numpy, GRASS, etc. USES= bison cmake compiler:features desktop-file-utils \ - fortran gl gmake gnome pgsql pyqt:5 python:3.7+ qca qt:5 \ + fortran gl gmake gnome pgsql pyqt:5 python:3.8+ qca qt:5 \ shebangfix sqlite:3 tar:bz2 USE_GL= gl USE_GNOME= libxml2 |