svn commit: r336545 - head/net/mpich2
William Grzybowski
wg at FreeBSD.org
Sun Dec 15 15:43:22 UTC 2013
Author: wg
Date: Sun Dec 15 15:43:22 2013
New Revision: 336545
URL: http://svnweb.freebsd.org/changeset/ports/336545
Log:
net/mpich2: fix usage of python
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
Modified:
head/net/mpich2/Makefile
Modified: head/net/mpich2/Makefile
==============================================================================
--- head/net/mpich2/Makefile Sun Dec 15 15:22:14 2013 (r336544)
+++ head/net/mpich2/Makefile Sun Dec 15 15:43:22 2013 (r336545)
@@ -39,7 +39,8 @@ SMPD_DESC= use SMPD instead of MPD, for
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}"
More information about the svn-ports-all
mailing list