View | Details | Raw Unified | Return to bug 231641
Collapse All | Expand All

(-)cad/scotch/Makefile (-3 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	scotch
4
PORTNAME=	scotch
5
DISTVERSION=	6.0.4-aster5
5
DISTVERSION=	6.0.4-aster5
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	cad science
7
CATEGORIES=	cad science
8
8
9
MAINTAINER=	thierry@FreeBSD.org
9
MAINTAINER=	thierry@FreeBSD.org
Lines 36-45 Link Here
36
EXAMPLES=	scotch_example.f
36
EXAMPLES=	scotch_example.f
37
37
38
.if !defined(WITHOUT_MPI)
38
.if !defined(WITHOUT_MPI)
39
LIB_DEPENDS+=	libmpich.so:net/mpich2
39
LIB_DEPENDS+=	libmpich.so:net/mpich
40
40
41
ALL_TARGET+=	ptesmumps
41
ALL_TARGET+=	ptesmumps
42
MAKE_ENV+=	PATH=${PATH}:${LOCALBASE}/mpich2/bin
43
TEST_TARGET+=	ptcheck
42
TEST_TARGET+=	ptcheck
44
43
45
PLIST_SUB+=	MPI=""
44
PLIST_SUB+=	MPI=""

Return to bug 231641