git: 10758e47dfb3 - main - lang/cython: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 21 Feb 2024 15:19:02 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=10758e47dfb3ec1d28ae8d0c9ae36d85c37b31e6

commit 10758e47dfb3ec1d28ae8d0c9ae36d85c37b31e6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-02-21 14:26:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-02-21 15:06:32 +0000

    lang/cython: Cosmetic change
---
 lang/cython/Makefile | 3 +--
 1 file changed, 1 insertion(+), 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} {} +