aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2011-07-15 18:50:22 +0800
committerale <ale@FreeBSD.org>2011-07-15 18:50:22 +0800
commitb96a1c1b99004fc6321c9e768b2bce873c9f6095 (patch)
treec3abe08077035fd03f0d946c86d684216b606d16 /graphics
parent026ee20c76e3a01bd32d3561f16d349c2cb3eaa6 (diff)
downloadfreebsd-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/Makefile4
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>