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

(-)openmpi/Makefile (-1 / +7 lines)
Lines 10-15 Link Here
10
10
11
PORTNAME=	openmpi
11
PORTNAME=	openmpi
12
DISTVERSION=	1.4.3
12
DISTVERSION=	1.4.3
13
PORTREVISION=	1
13
CATEGORIES=	net parallel
14
CATEGORIES=	net parallel
14
MASTER_SITES=	http://www.open-mpi.org/software/ompi/v1.4/downloads/
15
MASTER_SITES=	http://www.open-mpi.org/software/ompi/v1.4/downloads/
15
16
Lines 40-46 Link Here
40
.include "${.CURDIR}/Makefile.man"
41
.include "${.CURDIR}/Makefile.man"
41
42
42
OPTIONS=	TORQUE "Enable Torque support" off \
43
OPTIONS=	TORQUE "Enable Torque support" off \
43
		SGE "Enable SGE support" off
44
		SGE "Enable SGE support" off \
45
		IPV6 "enable IPv6 support" on
44
46
45
.include <bsd.port.pre.mk>
47
.include <bsd.port.pre.mk>
46
48
Lines 77-82 Link Here
77
CONFIGURE_ARGS+=	--without-tm
79
CONFIGURE_ARGS+=	--without-tm
78
.endif
80
.endif
79
81
82
.if defined(WITHOUT_IPV6)
83
CONFIGURE_ARGS+=--disable-ipv6
84
.endif
85
80
#######################################################################
86
#######################################################################
81
# The following targets are for the port maintainer.  Use at your own #
87
# The following targets are for the port maintainer.  Use at your own #
82
# risk, no user-serviceable parts inside.                             #
88
# risk, no user-serviceable parts inside.                             #

Return to bug 159705