aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2011-06-29 19:42:48 +0800
committervd <vd@FreeBSD.org>2011-06-29 19:42:48 +0800
commit73d838ac2676baaa1c1aeb29e949db91f9f33dc3 (patch)
tree56d56b51e61079e490f25918f063b2809b39c3e2 /graphics
parentfe376da217a6df14750c58b35a0aed42539c8e97 (diff)
downloadfreebsd-ports-gnome-73d838ac2676baaa1c1aeb29e949db91f9f33dc3.tar.gz
freebsd-ports-gnome-73d838ac2676baaa1c1aeb29e949db91f9f33dc3.tar.zst
freebsd-ports-gnome-73d838ac2676baaa1c1aeb29e949db91f9f33dc3.zip
Use science/hdf5-18 instead of science/hdf5 as dependency
In testing I used science/hdf5-18 but have somehow written science/hdf5 in the Makefile and it worked because the same lib is provided by science/hdf5 too. This should fix [1]. PR: ports/158425 [1] Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/vigra/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile
index d8817c61d68b..05d5f06921c7 100644
--- a/graphics/vigra/Makefile
+++ b/graphics/vigra/Makefile
@@ -55,7 +55,7 @@ LIB_DEPENDS+= fftw3:${PORTSDIR}/math/fftw3
.endif
.if !defined(WITHOUT_VIGRA_HDF5)
-LIB_DEPENDS+= hdf5:${PORTSDIR}/science/hdf5
+LIB_DEPENDS+= hdf5:${PORTSDIR}/science/hdf5-18
.endif
.include <bsd.port.mk>