summaryrefslogtreecommitdiff
path: root/lang/cython3/Makefile
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2017-03-24 18:30:47 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2017-03-24 18:30:47 +0000
commit2696935b46c847da23c81fb402d8c60a6e7d5643 (patch)
tree3774ea3519f5b5aa0f6d78df137597f3c127a847 /lang/cython3/Makefile
parentAdd rubygem-select2-rails3 3.5.10 (copied from rubygem-select2-rails) (diff)
Make cython and cython3 co-exist.
Reported by: jbeich@ Differential Revision: https://reviews.freebsd.org/D5845 (based on)
Diffstat (limited to '')
-rw-r--r--lang/cython3/Makefile4
1 files changed, 4 insertions, 0 deletions
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"