diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-28 22:53:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-28 22:53:50 +0000 |
commit | f35a54d57793c655c6a1ff194f8ef4c5b99092ed (patch) | |
tree | 3a8ca5298394a92c90328fdd8d5a0de505d7f7fe /math/plplot | |
parent | f51a45b53a57618db0822f4088ac3d578c9ee0d6 (diff) |
Notes
Diffstat (limited to 'math/plplot')
-rw-r--r-- | math/plplot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 3da63eb4fe6f..82a2db27be20 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -65,7 +65,7 @@ PLIST_SUB+= FORTRAN="@comment " .if defined(WITH_PYTHON) BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13 \ f2py:${PORTSDIR}/math/py-numpy -RUN_DEPENDS+= f2py:${PORTSDIR}//math/py-numpy +RUN_DEPENDS+= f2py:${PORTSDIR}/math/py-numpy USE_PYTHON= yes PLIST_SUB+= PYTHON="" CONFIGURE_ENV+= PYTHON_VERSION="${PYTHON_VERSION}" |