diff --git a/geo/gdal/Makefile b/geo/gdal/Makefile index 3d066878413..57761e9c5e1 100644 --- a/geo/gdal/Makefile +++ b/geo/gdal/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.103 2022/01/10 07:52:52 landry Exp $ +# $OpenBSD: Makefile,v 1.104 2022/02/15 11:02:46 landry Exp $ COMMENT-main = translator library for geospatial data formats COMMENT-python =python bindings and utilities for GDAL @@ -7,6 +7,7 @@ V = 3.4.1 DISTNAME = gdal-${V} DISTFILES = ${DISTNAME}${EXTRACT_SUFX} \ gdalautotest-${V}${EXTRACT_SUFX} +REVISION = 0 FULLPKGNAME-main = ${DISTNAME} FULLPKGPATH-main = geo/gdal,-main @@ -50,14 +51,13 @@ LIB_DEPENDS-main = databases/sqlite3 \ graphics/giflib \ graphics/libwebp \ graphics/jpeg \ - graphics/jasper \ graphics/openjp2 \ devel/pcre2 \ devel/proj>=6.0 \ devel/geotiff>=1.5.0 WANTLIB-main = c charset crypto curl expat freexl geos geos_c geotiff \ - gif hdf5 hdf5_hl iconv jasper jpeg json-c lzma lz4 m \ + gif hdf5 hdf5_hl iconv jpeg json-c lzma lz4 m \ netcdf nghttp2 openjp2 pcre2-8 png pq proj pthread qhull \ minizip rttopo spatialite sqlite3 ssl tiff xml2 webp z zstd \ ${COMPILER_LIBCXX} @@ -98,6 +98,7 @@ CONFIGURE_ARGS =--without-cfitsio \ --without-sde \ --without-exr \ --without-libgrass \ + --without-jasper \ --without-perl \ --with-hide-internal-symbols \ --with-pg \ @@ -114,7 +115,6 @@ CONFIGURE_ARGS =--without-cfitsio \ --with-jpeg=${LOCALBASE} \ --with-zstd=${LOCALBASE} \ --with-libjson-c=${LOCALBASE} \ - --with-jasper=${LOCALBASE} \ --with-hdf5=${LOCALBASE} \ --with-netcdf=${LOCALBASE}