- Limit python version (does not build with 3.7+)

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-11-07 21:43:29 +00:00
parent 8699122204
commit 5b06802a6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517015

View file

@ -20,7 +20,7 @@ LIB_DEPENDS= libefl.so:devel/efl
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83:devel/py-dbus@${PY_FLAVOR}
DIST_SUBDIR= enlightenment
USES= pkgconfig python tar:xz
USES= pkgconfig python:-3.6 tar:xz
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>