diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2012-12-29 17:53:13 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2012-12-29 17:53:13 +0000 |
commit | 4b1d2ad08031c4e329e6c18e453095ffea9b7288 (patch) | |
tree | 62c2089209354067d9c37b5a3c85cb185a87fd21 /cad/salome | |
parent | 0f3e5dadd3eb2d749deb6ca39487e5d2722aef0a (diff) | |
download | ports-4b1d2ad08031c4e329e6c18e453095ffea9b7288.tar.gz ports-4b1d2ad08031c4e329e6c18e453095ffea9b7288.zip |
Notes
Diffstat (limited to 'cad/salome')
-rw-r--r-- | cad/salome/Makefile | 7 | ||||
-rw-r--r-- | cad/salome/Makefile.ext | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/cad/salome/Makefile b/cad/salome/Makefile index 13d788d7a812..e9ad8f71e23a 100644 --- a/cad/salome/Makefile +++ b/cad/salome/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: cad/salome -# Date created: 16 Oct 2009 -# Whom: Stas Timokhin <devel@stasyan.com> -# +# Created by: Stas Timokhin <devel@stasyan.com> # $FreeBSD$ PORTNAME= salome PORTVERSION= 5.1.4 -PORTREVISION?= 2 +PORTREVISION?= 3 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 a7cb5f0b1de5..466e7cd72a0b 100644 --- a/cad/salome/Makefile.ext +++ b/cad/salome/Makefile.ext @@ -187,7 +187,7 @@ CONFIGURE_ARGS+= --with-qsci4-libraries=${QT_LIBDIR} --with-qsci4-includes=${QT_ .if !${SAL_MODULE} == "kernel" && !${SAL_MODULE} == "randomizer" LIB_DEPENDS+= vtkCommon.5:${PORTSDIR}/math/vtk5 CONFIGURE_ARGS+= --with-vtk=${LOCALBASE} -#CONFIGURE_ENV+= VTKHOME=${LOCALBASE} +CONFIGURE_ENV+= VTKSUFFIX=-5.10 .endif #Dependency from cad/netgen |