summaryrefslogtreecommitdiff
path: root/devel/py-cython
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-09-14 17:45:20 +0000
committerwiz <wiz@pkgsrc.org>2014-09-14 17:45:20 +0000
commit8bdb7810aceded3da9f4e7c4c4c0f24ecd1a118d (patch)
tree37915467edee3ef9921572db2d8e0b2ec44f14ed /devel/py-cython
parentbb61f4680d5211d95ccfe5bbb46f627c15782d73 (diff)
downloadpkgsrc-8bdb7810aceded3da9f4e7c4c4c0f24ecd1a118d.tar.gz
Comment out c++ dep again, only needed for testing.
Diffstat (limited to 'devel/py-cython')
-rw-r--r--devel/py-cython/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-cython/Makefile b/devel/py-cython/Makefile
index a7dd14c6b56..bbc866933c4 100644
--- a/devel/py-cython/Makefile
+++ b/devel/py-cython/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2014/09/14 17:44:49 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2014/09/14 17:45:20 wiz Exp $
DISTNAME= Cython-0.21
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Cy/cy/}
@@ -21,7 +21,7 @@ REPLACE_PYTHON+= Cython/Debugger/libpython.py
REPLACE_PYTHON+= cython.py
# for test only
-USE_LANGUAGES+= c++
+#USE_LANGUAGES+= c++
do-test:
(cd ${WRKSRC} && ${PYTHONBIN} runtests.py)