diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2011-06-29 11:42:48 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2011-06-29 11:42:48 +0000 |
commit | dc22da5d7ed0755ac5c6a0bb3eb79b85fae84faa (patch) | |
tree | fa15f32a01040c68773071caefedf1cd5cd985e5 /graphics | |
parent | 695d099d8d62592788bcbf888de91e50fe3df015 (diff) | |
download | ports-dc22da5d7ed0755ac5c6a0bb3eb79b85fae84faa.tar.gz ports-dc22da5d7ed0755ac5c6a0bb3eb79b85fae84faa.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/vigra/Makefile | 2 |
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> |