From 2696935b46c847da23c81fb402d8c60a6e7d5643 Mon Sep 17 00:00:00 2001 From: Marcelo Araujo Date: Fri, 24 Mar 2017 18:30:47 +0000 Subject: Make cython and cython3 co-exist. Reported by: jbeich@ Differential Revision: https://reviews.freebsd.org/D5845 (based on) --- lang/cython3/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang/cython3/Makefile') diff --git a/lang/cython3/Makefile b/lang/cython3/Makefile index be5425fb76c8..426919c58514 100644 --- a/lang/cython3/Makefile +++ b/lang/cython3/Makefile @@ -1,6 +1,10 @@ MASTERDIR= ${.CURDIR}/../cython PKGNAMESUFFIX= 3 +PKGNAMESUFFIX= 3 + USES= python:3.3+ +USE_PYTHON= concurrent +UNIQUE_SUFFIX= ${PKGNAMESUFFIX} .include "${MASTERDIR}/Makefile" -- cgit v1.2.3