aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/iocage/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/iocage/Makefile b/sysutils/iocage/Makefile
index 03bc0691624c..2b4abb43845d 100644
--- a/sysutils/iocage/Makefile
+++ b/sysutils/iocage/Makefile
@@ -24,12 +24,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dulwich>0:devel/dulwich@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR}
-USE_GITHUB= yes
-
NO_ARCH= yes
USES= python:3.6+
+USE_GITHUB= yes
USE_PYTHON= autoplist distutils
-CONFLICTS= py[0-9]*-iocage-[0-9]*
+CONFLICTS= py27-iocage-[0-9]*
.include <bsd.port.mk>