svn commit: r486926 - head/sysutils/iocage
Antoine Brodin
antoine at FreeBSD.org
Sat Dec 8 09:18:50 UTC 2018
Author: antoine
Date: Sat Dec 8 09:18:49 2018
New Revision: 486926
URL: https://svnweb.freebsd.org/changeset/ports/486926
Log:
Allow building with different versions of python3
Modified:
head/sysutils/iocage/Makefile
Modified: head/sysutils/iocage/Makefile
==============================================================================
--- head/sysutils/iocage/Makefile Sat Dec 8 09:17:35 2018 (r486925)
+++ head/sysutils/iocage/Makefile Sat Dec 8 09:18:49 2018 (r486926)
@@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/p
USE_GITHUB= yes
NO_ARCH= yes
-USES= python:3.6
+USES= python:3.4+
USE_PYTHON= autoplist distutils
CONFLICTS= py27-iocage-[0-9]*
More information about the svn-ports-head
mailing list