aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2011-02-26 10:23:19 +0000
committerThierry Thomas <thierry@FreeBSD.org>2011-02-26 10:23:19 +0000
commita75c0a02b74e3a44c0932c6b91a20f250852ef1a (patch)
tree7838092d825d259397f3546da111660ebca4f16f /cad
parenteb4c8140adff8b806d1e9e9ade540428b2444be0 (diff)
downloadports-a75c0a02b74e3a44c0932c6b91a20f250852ef1a.tar.gz
ports-a75c0a02b74e3a44c0932c6b91a20f250852ef1a.zip
Notes
Diffstat (limited to 'cad')
-rw-r--r--cad/salome-kernel/Makefile1
-rw-r--r--cad/salome-med/Makefile1
-rw-r--r--cad/salome/Makefile.ext2
3 files changed, 3 insertions, 1 deletions
diff --git a/cad/salome-kernel/Makefile b/cad/salome-kernel/Makefile
index 3c542bbbc963..8bde5d75bc70 100644
--- a/cad/salome-kernel/Makefile
+++ b/cad/salome-kernel/Makefile
@@ -10,6 +10,7 @@ MASTERDIR= ${.CURDIR}/../salome
PORTNAME= salome
PKGNAMESUFFIX= -kernel
+PORTREVISION= 1
SAL_MODULE_UPPER= KERNEL
.include "${MASTERDIR}/Makefile"
diff --git a/cad/salome-med/Makefile b/cad/salome-med/Makefile
index da0027e1d3f2..18ea058a9739 100644
--- a/cad/salome-med/Makefile
+++ b/cad/salome-med/Makefile
@@ -10,6 +10,7 @@ MASTERDIR= ${.CURDIR}/../salome
PORTNAME= salome
PKGNAMESUFFIX= -med
+PORTREVISION= 1
SAL_MODULE_UPPER= MED
.include "${MASTERDIR}/Makefile"
diff --git a/cad/salome/Makefile.ext b/cad/salome/Makefile.ext
index 3f2ed97234a7..f241e8c2a88b 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.0:${PORTSDIR}/science/hdf5
+LIB_DEPENDS+= hdf5.6:${PORTSDIR}/science/hdf5-18
CONFIGURE_ARGS+= --with-hdf5=${LOCALBASE}
AUTOTOOLS_ENV+= HDF5HOME=${LOCALBASE}
.endif