diff options
Diffstat (limited to 'lang/cython/Makefile')
-rw-r--r-- | lang/cython/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/cython/Makefile b/lang/cython/Makefile index e77cb41d4311..888a667a4854 100644 --- a/lang/cython/Makefile +++ b/lang/cython/Makefile @@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= compiler:c11 python:2.7-3.10 USE_PYTHON= allflavors autoplist concurrent distutils +CONFLICTS_INSTALL= py*-cython-devel # bin/cygdb bin/cygdb-3.8 bin/cython bin/cython-3.8 bin/cythonize bin/cythonize-3.8 + post-install: ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython -name '*.so' -exec ${STRIP_CMD} {} + |