svn commit: r486927 - head/x11-wm/qtile

Antoine Brodin antoine at FreeBSD.org
Sat Dec 8 09:20:20 UTC 2018


Author: antoine
Date: Sat Dec  8 09:20:19 2018
New Revision: 486927
URL: https://svnweb.freebsd.org/changeset/ports/486927

Log:
  Allow building with different versions of python3

Modified:
  head/x11-wm/qtile/Makefile

Modified: head/x11-wm/qtile/Makefile
==============================================================================
--- head/x11-wm/qtile/Makefile	Sat Dec  8 09:18:49 2018	(r486926)
+++ head/x11-wm/qtile/Makefile	Sat Dec  8 09:20:19 2018	(r486927)
@@ -27,8 +27,8 @@ GH_ACCOUNT=	qtile
 
 USE_GNOME=	pygobject3
 
-USES=		python:3.6
-USE_PYTHON=	distutils autoplist
+USES=		python:3.4+
+USE_PYTHON=	distutils autoplist noflavors
 NO_ARCH=	yes
 
 PORTDOCS=	CHANGELOG README.rst


More information about the svn-ports-all mailing list