From 76040846436c9caa28c2fc8fd132aad72ae5958f Mon Sep 17 00:00:00 2001 From: Anatoly Borodin Date: Wed, 30 Dec 2009 23:50:40 +0100 Subject: [PATCH 20/21] math/plplot: fix index creation. --- math/plplot/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git math/plplot/Makefile math/plplot/Makefile index ce0b5e4..de87260 100644 --- math/plplot/Makefile +++ 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}" -- 1.6.6.1