diff options
Diffstat (limited to 'math/py-bottleneck')
-rw-r--r-- | math/py-bottleneck/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-bottleneck/Makefile b/math/py-bottleneck/Makefile index 24b8c3a85956..447acdb3c2cd 100644 --- a/math/py-bottleneck/Makefile +++ b/math/py-bottleneck/Makefile @@ -14,9 +14,9 @@ COMMENT= Collection of fast NumPy array functions written in Cython LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PYNUMPY} \ - cython:${PORTSDIR}/lang/cython + cython:lang/cython RUN_DEPENDS= ${PYNUMPY} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose USES= python USE_PYTHON= distutils autoplist |