Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2019 21:43:30 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517015 - head/devel/py-efl
Message-ID:  <201911072143.xA7LhU1e008520@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911072143.xA7LhU1e008520>