aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 14:26:23 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 15:06:32 +0000
commit10758e47dfb3ec1d28ae8d0c9ae36d85c37b31e6 (patch)
treee2613b46d0a0014270a77779b97f6ba96cdc3347
parent5d3eb19e644065a054ae024e8a2d4b54bafa8648 (diff)
downloadports-10758e47dfb3ec1d28ae8d0c9ae36d85c37b31e6.tar.gz
ports-10758e47dfb3ec1d28ae8d0c9ae36d85c37b31e6.zip
lang/cython: Cosmetic change
-rw-r--r--lang/cython/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/cython/Makefile b/lang/cython/Makefile
index d37298a362bf..3a2d8c3caa4d 100644
--- a/lang/cython/Makefile
+++ b/lang/cython/Makefile
@@ -17,8 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= compiler:c11 python:2.7+
USE_PYTHON= allflavors autoplist concurrent distutils
-# bin/cygdb bin/cython bin/cythonize
-CONFLICTS_INSTALL= py*-cython-devel py*-cython3
+CONFLICTS_INSTALL= py*-cython-devel py*-cython3 # bin/cygdb bin/cython bin/cythonize
post-install:
${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython -name '*.so' -exec ${STRIP_CMD} {} +