summaryrefslogtreecommitdiff
path: root/net/mpich2
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-12-15 15:43:22 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-12-15 15:43:22 +0000
commitbde311c27a2a2016a77b42b6a7676966bbeef647 (patch)
tree78d1606d9d10ad6b941c28858085fea0938ff30f /net/mpich2
parent- Depend explicitly on lang/python (diff)
net/mpich2: fix usage of python
Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=336545
Diffstat (limited to 'net/mpich2')
-rw-r--r--net/mpich2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile
index f165232e8fa1..f7711726bf0d 100644
--- a/net/mpich2/Makefile
+++ b/net/mpich2/Makefile
@@ -39,7 +39,8 @@ SMPD_DESC= use SMPD instead of MPD, for a mixed-OS cluster
X11_DESC= build MPE graphics routines
CONFIGURE_ARGS= --enable-romio --enable-shared \
- --docdir="${DOCSDIR}"
+ --docdir="${DOCSDIR}" \
+ --with-python="${PYTHON_CMD}"
CONFIGURE_ENV= FCFLAGS="${FFLAGS}" \
PACKAGE=${PORTNAME} \
PTHREAD_LIBS="${PTHREAD_LIBS}"