1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Document incompatibility with python 3.7+

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-04-05 16:54:42 +00:00
parent d80e28d5b6
commit ddb930e9c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497970

View File

@ -20,7 +20,7 @@ LIB_DEPENDS= libgsl.so:math/gsl
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include -I${PYTHON_SITELIBDIR}/numpy/core
LDFLAGS+= -L${LOCALBASE}/lib
USES= python
USES= python:-3.6
USE_PYTHON= distutils autoplist cython
.include <bsd.port.mk>