diff options
-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}" |