diff options
author | pav <pav@FreeBSD.org> | 2010-01-29 06:53:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-01-29 06:53:50 +0800 |
commit | 0424cc3a5d1fb7a15ce48b6b6dbac58b8ac6634f (patch) | |
tree | 3db45bfd9267319c8b00ae253ac03c34867045b2 /math | |
parent | d5f7f1244b4999b01a17dc5d0adffd425a62a77e (diff) | |
download | freebsd-ports-gnome-0424cc3a5d1fb7a15ce48b6b6dbac58b8ac6634f.tar.gz freebsd-ports-gnome-0424cc3a5d1fb7a15ce48b6b6dbac58b8ac6634f.tar.zst freebsd-ports-gnome-0424cc3a5d1fb7a15ce48b6b6dbac58b8ac6634f.zip |
- Fix a typo in optional dependency
PR: ports/143295
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Diffstat (limited to 'math')
-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}" |