Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 16:01:31 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 591220994843 - main - graphics/gdal: Clean up LIB_DEPENDS
Message-ID:  <202110251601.19PG1Vqi073883@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5912209948434a7fff72460fc2f0b870e3ff899f

commit 5912209948434a7fff72460fc2f0b870e3ff899f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:05:31 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:14 +0000

    graphics/gdal: Clean up LIB_DEPENDS
    
    math/qhull5 was removed from ports tree on January 4, 2021.
    math/qhull8 does not provide libqhull.so.
---
 graphics/gdal/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 0ca3c1384b52..598b5458b80b 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libgeotiff.so:graphics/libgeotiff \
 		libjson-c.so:devel/json-c \
 		libpng.so:graphics/png \
 		libproj.so:graphics/proj \
-		libqhull.so.7:math/qhull \
+		libqhull.so:math/qhull \
 		libtiff.so:graphics/tiff
 
 OPTIONS_DEFINE=	ARMADILLO CFITSIO CHARLS CRYPTOPP CURL DEFLATE DODS ECW EXPAT EXR FREEXL GEOS GTA HDF5 HEIF JASPER KML LERC LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL RASTERLITE2 SFCGAL SPATIALITE SQLITE TILEDB WEBP XERCES ZSTD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110251601.19PG1Vqi073883>