diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2018-12-24 06:04:10 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2018-12-24 06:04:10 +0000 |
commit | bcb20be0e864a01cefac7186343a4a32657d84a7 (patch) | |
tree | 6926836bef17ebba41c7d364be707fe8f7d68416 | |
parent | 456eaf2042bb76f2ec5de88d3b54192657ff3865 (diff) |
Notes
-rw-r--r-- | sysutils/iocage/Makefile | 5 |
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> |