Date: Tue, 8 Sep 2020 17:50:54 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548033 - head/graphics/gdal Message-ID: <202009081750.088Hos0A054428@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Sep 8 17:50:53 2020 New Revision: 548033 URL: https://svnweb.freebsd.org/changeset/ports/548033 Log: Use libqhull.so from math/qhull explicitly math/qhull provides libqhull.so.7 and math/qhull5 provides libqhull.so.5. PR: 249182 Reported by: John Hein <jcfyecrayz@liamekaens.com> Modified: head/graphics/gdal/Makefile Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Tue Sep 8 17:50:49 2020 (r548032) +++ head/graphics/gdal/Makefile Tue Sep 8 17:50:53 2020 (r548033) @@ -21,7 +21,7 @@ LIB_DEPENDS= libgeotiff.so:graphics/libgeotiff \ libjson-c.so:devel/json-c \ libpng.so:graphics/png \ libproj.so:graphics/proj \ - libqhull.so:math/qhull \ + libqhull.so.7:math/qhull \ libtiff.so:graphics/tiff OPTIONS_DEFINE= ARMADILLO CFITSIO CURL ECW EXPAT FREEXL GEOS GTA HDF5 JASPER \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009081750.088Hos0A054428>