aboutsummaryrefslogtreecommitdiff
path: root/graphics/vigra
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2011-06-29 11:42:48 +0000
committerVasil Dimov <vd@FreeBSD.org>2011-06-29 11:42:48 +0000
commitdc22da5d7ed0755ac5c6a0bb3eb79b85fae84faa (patch)
treefa15f32a01040c68773071caefedf1cd5cd985e5 /graphics/vigra
parent695d099d8d62592788bcbf888de91e50fe3df015 (diff)
downloadports-dc22da5d7ed0755ac5c6a0bb3eb79b85fae84faa.tar.gz
ports-dc22da5d7ed0755ac5c6a0bb3eb79b85fae84faa.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>
Notes
Notes: svn path=/head/; revision=276655
Diffstat (limited to 'graphics/vigra')
-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>