From 3049c69d423b47a3b3d6e9e8f2c56d3f7eba15f0 Mon Sep 17 00:00:00 2001 From: araujo Date: Wed, 22 Mar 2017 11:51:10 +0000 Subject: Create a python3 version of lang/cython. --- lang/cython/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/cython') diff --git a/lang/cython/Makefile b/lang/cython/Makefile index 853d9914e546..0ee5f675d2f3 100644 --- a/lang/cython/Makefile +++ b/lang/cython/Makefile @@ -14,7 +14,7 @@ COMMENT= Compiler for Writing C Extensions for the Python Language LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python +USES?= python USE_PYTHON= autoplist distutils post-install: -- cgit