- Limit python version (does not build with 3.7+)
Approved by: portmgr blanket
This commit is contained in:
parent
8699122204
commit
5b06802a6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517015
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue