aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-01-29 06:53:50 +0800
committerpav <pav@FreeBSD.org>2010-01-29 06:53:50 +0800
commit0424cc3a5d1fb7a15ce48b6b6dbac58b8ac6634f (patch)
tree3db45bfd9267319c8b00ae253ac03c34867045b2 /math
parentd5f7f1244b4999b01a17dc5d0adffd425a62a77e (diff)
downloadfreebsd-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/Makefile2
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}"