View | Details | Raw Unified | Return to bug 174065 | Differences between
and this patch

Collapse All | Expand All

(-)cad/salome/Makefile (-5 / +2 lines)
Lines 1-12 Link Here
1
# New ports collection makefile for:   cad/salome
1
# Created by: Stas Timokhin <devel@stasyan.com>
2
# Date created:        16 Oct 2009
3
# Whom:            Stas Timokhin <devel@stasyan.com>
4
#
5
# $FreeBSD: head/cad/salome/Makefile 300895 2012-07-14 12:56:14Z beat $
2
# $FreeBSD: head/cad/salome/Makefile 300895 2012-07-14 12:56:14Z beat $
6
3
7
PORTNAME=	salome
4
PORTNAME=	salome
8
PORTVERSION=	5.1.4
5
PORTVERSION=	5.1.4
9
PORTREVISION?=	2
6
PORTREVISION?=	3
10
CATEGORIES=	cad science
7
CATEGORIES=	cad science
11
MASTER_SITES=	http://www.stasyan.com/devel/distfiles/
8
MASTER_SITES=	http://www.stasyan.com/devel/distfiles/
12
DISTNAME=	src5.1.4
9
DISTNAME=	src5.1.4
(-)cad/salome/Makefile.ext (-1 / +1 lines)
Lines 187-193 Link Here
187
.if !${SAL_MODULE} == "kernel" && !${SAL_MODULE} == "randomizer"
187
.if !${SAL_MODULE} == "kernel" && !${SAL_MODULE} == "randomizer"
188
LIB_DEPENDS+=		vtkCommon.5:${PORTSDIR}/math/vtk5
188
LIB_DEPENDS+=		vtkCommon.5:${PORTSDIR}/math/vtk5
189
CONFIGURE_ARGS+=	--with-vtk=${LOCALBASE}
189
CONFIGURE_ARGS+=	--with-vtk=${LOCALBASE}
190
#CONFIGURE_ENV+=		VTKHOME=${LOCALBASE}
190
CONFIGURE_ENV+=		VTKSUFFIX=-5.10
191
.endif
191
.endif
192
192
193
#Dependency from cad/netgen
193
#Dependency from cad/netgen

Return to bug 174065