svn commit: r517015 - head/devel/py-efl

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Nov 7 21:43:30 UTC 2019


Author: amdmi3
Date: Thu Nov  7 21:43:29 2019
New Revision: 517015
URL: https://svnweb.freebsd.org/changeset/ports/517015

Log:
  - Limit python version (does not build with 3.7+)
  
  Approved by:	portmgr blanket

Modified:
  head/devel/py-efl/Makefile

Modified: head/devel/py-efl/Makefile
==============================================================================
--- head/devel/py-efl/Makefile	Thu Nov  7 21:27:42 2019	(r517014)
+++ head/devel/py-efl/Makefile	Thu Nov  7 21:43:29 2019	(r517015)
@@ -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>


More information about the svn-ports-head mailing list