aboutsummaryrefslogtreecommitdiffstats
path: root/cad/salome
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-07-15 15:00:46 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-07-15 15:00:46 +0800
commitde8f4226f4fdba3ceab1926224838be2587163e0 (patch)
tree960a557123f230aca951d7c2f2133419f5e4e270 /cad/salome
parent01a7b31527a5764bdc03d41afd700474f47d5484 (diff)
downloadfreebsd-ports-gnome-de8f4226f4fdba3ceab1926224838be2587163e0.tar.gz
freebsd-ports-gnome-de8f4226f4fdba3ceab1926224838be2587163e0.tar.zst
freebsd-ports-gnome-de8f4226f4fdba3ceab1926224838be2587163e0.zip
- Bump PORTREVISION for science/hdf5-18 shlib change
Diffstat (limited to 'cad/salome')
-rw-r--r--cad/salome/Makefile2
-rw-r--r--cad/salome/Makefile.ext2
2 files changed, 2 insertions, 2 deletions
diff --git a/cad/salome/Makefile b/cad/salome/Makefile
index dc62222ea4d0..13d788d7a812 100644
--- a/cad/salome/Makefile
+++ b/cad/salome/Makefile
@@ -6,7 +6,7 @@
PORTNAME= salome
PORTVERSION= 5.1.4
-PORTREVISION= 2
+PORTREVISION?= 2
CATEGORIES= cad science
MASTER_SITES= http://www.stasyan.com/devel/distfiles/
DISTNAME= src5.1.4
diff --git a/cad/salome/Makefile.ext b/cad/salome/Makefile.ext
index bd2a23ee6c8d..420b57caa2b2 100644
--- a/cad/salome/Makefile.ext
+++ b/cad/salome/Makefile.ext
@@ -133,7 +133,7 @@ AUTOMAKE_ARGS=--add-missing --copy --gnu
#Dependency from HDF5
.if !${SAL_MODULE} == "randomizer" && !${SAL_MODULE} == "yacs" && !${SAL_MODULE} == "hello" && !${SAL_MODULE} == "pyhello"
-LIB_DEPENDS+= hdf5.6:${PORTSDIR}/science/hdf5-18
+LIB_DEPENDS+= hdf5.7:${PORTSDIR}/science/hdf5-18
CONFIGURE_ARGS+= --with-hdf5=${LOCALBASE}
AUTOTOOLS_ENV+= HDF5HOME=${LOCALBASE}
.endif