diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-15 07:00:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-15 07:00:46 +0000 |
commit | d3ddb2e80f764e8371a2b0da8b11fe404c2277c9 (patch) | |
tree | dd0ca304f90628f5e904f45f3d9bffdc11d6ef67 /cad/salome | |
parent | ac46a8747aa04de7a3e8da5d601cf29aff597d55 (diff) | |
download | ports-d3ddb2e80f764e8371a2b0da8b11fe404c2277c9.tar.gz ports-d3ddb2e80f764e8371a2b0da8b11fe404c2277c9.zip |
Notes
Diffstat (limited to 'cad/salome')
-rw-r--r-- | cad/salome/Makefile | 2 | ||||
-rw-r--r-- | cad/salome/Makefile.ext | 2 |
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 |