diff options
Diffstat (limited to 'graphics/qgis/Makefile')
-rw-r--r-- | graphics/qgis/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 27be8ddcfd36..722eca17c38e 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -1,5 +1,6 @@ PORTNAME= qgis -DISTVERSION= 3.42.2 +DISTVERSION= 3.42.3 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= https://qgis.org/downloads/ @@ -134,7 +135,8 @@ CMAKE_ARGS+= -DCMAKE_BUILD_TYPE:STRING=Release \ -DQGIS_MANUAL_SUBDIR:PATH=share/man CMAKE_ON= USE_OPENCL WITH_ASTYLE WITH_BINDINGS WITH_COPC \ WITH_CUSTOM_WIDGETS WITH_DRACO WITH_EPT \ - WITH_INTERNAL_LAZPERF WITH_INTERNAL_MDAL WITH_POSTGRESQL + WITH_INTERNAL_LAZPERF WITH_INTERNAL_MDAL \ + WITH_POSTGRESQL WITH_QTWEBENGINE CMAKE_OFF= BUILD_WITH_QT6 ENABLE_TESTS USE_CCACHE WITH_QTWEBKIT \ WITH_QWTPOLAR |