aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-09-08 17:50:53 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-09-08 17:50:53 +0000
commit465114f38d4915a28053623f9664e498f92932d3 (patch)
treef9c4c5ac358d44481a9bea62352a52377cc9e05a /graphics
parenta1f51d8bafbcc07ecc8dfc49e3b4758297facb44 (diff)
downloadports-465114f38d4915a28053623f9664e498f92932d3.tar.gz
ports-465114f38d4915a28053623f9664e498f92932d3.zip
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>
Notes
Notes: svn path=/head/; revision=548033
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gdal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 0005d55a6c1c..7a7250f6646a 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -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 \