aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/libgeotiff/CONTROL2
-rw-r--r--ports/libgeotiff/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/libgeotiff/CONTROL b/ports/libgeotiff/CONTROL
index 54e9022b8..03fc37b62 100644
--- a/ports/libgeotiff/CONTROL
+++ b/ports/libgeotiff/CONTROL
@@ -1,6 +1,6 @@
Source: libgeotiff
Version: 1.6.0
-Port-Version: 2
+Port-Version: 3
Homepage: https://github.com/OSGeo/libgeotiff
Description: Libgeotiff is an open source library normally hosted on top of libtiff for reading, and writing GeoTIFF information tags.
Build-Depends: tiff, proj4, zlib, libjpeg-turbo
diff --git a/ports/libgeotiff/portfile.cmake b/ports/libgeotiff/portfile.cmake
index 967c7cd78..deba3b12b 100644
--- a/ports/libgeotiff/portfile.cmake
+++ b/ports/libgeotiff/portfile.cmake
@@ -28,6 +28,7 @@ vcpkg_configure_cmake(
-DWITH_ZLIB=1
-DWITH_JPEG=1
-DWITH_UTILITIES=1
+ -DCMAKE_MACOSX_BUNDLE=0
)
vcpkg_install_cmake()