diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-12-15 15:43:22 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-12-15 15:43:22 +0000 |
commit | bde311c27a2a2016a77b42b6a7676966bbeef647 (patch) | |
tree | 78d1606d9d10ad6b941c28858085fea0938ff30f /net/mpich2 | |
parent | ccb01f1e612bda9d570af45c64c9c60a8ca5a48a (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/Makefile | 3 |
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}" |