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

(-)Makefile (-4 lines)
Lines 36-45 Link Here
36
36
37
.include <bsd.port.pre.mk>
37
.include <bsd.port.pre.mk>
38
38
39
.if ${OSVERSION} < 500000
40
BROKEN=		Does not compile on 4.x
41
.endif
42
43
.if exists(${LOCALBASE}/mpi/openmpi/bin/mpirun)
39
.if exists(${LOCALBASE}/mpi/openmpi/bin/mpirun)
44
WITH_OPENMPI=	yes
40
WITH_OPENMPI=	yes
45
.endif
41
.endif

Return to bug 111722