diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-10-24 07:02:34 +0000 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-10-24 07:08:16 +0000 |
commit | 069de9cc7922058c9521a63f1414bacdc8249217 (patch) | |
tree | 89b5cfd6defb4c814a7b1d81ff82cd1d513f9fb4 | |
parent | de975a8893aa319c9066d9198fb79a139fca55f3 (diff) | |
download | ports-069de9cc7922058c9521a63f1414bacdc8249217.tar.gz ports-069de9cc7922058c9521a63f1414bacdc8249217.zip |
graphics/qgis: Switch to external MDAL
Now that math/mdal is updated to v0.9.0, using it again. Thanks to wen@
-rw-r--r-- | graphics/qgis/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 122ce70841eb..b0d33bf813bf 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -3,6 +3,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- DISTVERSION= 3_22_0 +PORTREVISION= 1 CATEGORIES= graphics geography PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -44,6 +45,7 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ libgsl.so:math/gsl \ libhdf5.so:science/hdf5 \ liblazperf.so:archivers/lazperf \ + libmdal.so:math/mdal \ libnetcdf.so:science/netcdf \ libOpenCL.so:devel/ocl-icd \ libpdal_base.so:math/pdal \ @@ -124,7 +126,7 @@ SHEBANG_FILES= src/plugins/grass/scripts/*.py CMAKE_ARGS+= -DCMAKE_BUILD_TYPE:STRING=Release \ -DCMAKE_POLICY_DEFAULT_CMP0056:STRING=NEW \ -DLazPerf_INCLUDE_DIR:PATH=${LOCALBASE}/include/lazperf \ - -DWITH_INTERNAL_MDAL:BOOL=true \ + -DWITH_INTERNAL_MDAL:BOOL=false \ -DPYRCC_PROGRAM:FILEPATH=${LOCALBASE}/bin/pyrcc5-${PYTHON_VER} \ -DPYUIC_PROGRAM:FILEPATH=${LOCALBASE}/bin/pyuic5-${PYTHON_VER} \ -DQSCI_SIP_DIR:PATH=${PYQT_SIPDIR}/Qsci \ |