diff options
author | ale <ale@FreeBSD.org> | 2011-07-15 18:50:22 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2011-07-15 18:50:22 +0800 |
commit | b96a1c1b99004fc6321c9e768b2bce873c9f6095 (patch) | |
tree | c3abe08077035fd03f0d946c86d684216b606d16 /graphics | |
parent | 026ee20c76e3a01bd32d3561f16d349c2cb3eaa6 (diff) | |
download | freebsd-ports-gnome-b96a1c1b99004fc6321c9e768b2bce873c9f6095.tar.gz freebsd-ports-gnome-b96a1c1b99004fc6321c9e768b2bce873c9f6095.tar.zst freebsd-ports-gnome-b96a1c1b99004fc6321c9e768b2bce873c9f6095.zip |
Bump PORTREVISION for science/hdf5-18 shlib change.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/vigra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile index b57f7f67d9bc..b70dcd06b143 100644 --- a/graphics/vigra/Makefile +++ b/graphics/vigra/Makefile @@ -11,7 +11,7 @@ PORTNAME= vigra PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://hci.iwr.uni-heidelberg.de/vigra/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -56,7 +56,7 @@ LIB_DEPENDS+= fftw3:${PORTSDIR}/math/fftw3 .endif .if !defined(WITHOUT_VIGRA_HDF5) -LIB_DEPENDS+= hdf5.6:${PORTSDIR}/science/hdf5-18 +LIB_DEPENDS+= hdf5.7:${PORTSDIR}/science/hdf5-18 .endif .include <bsd.port.mk> |