diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-01 04:08:55 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-01 04:08:55 +0800 |
commit | 0428ab6e263b1370140abe465c4f349675d6f812 (patch) | |
tree | d1c899011a485f9969302e8cac84efb1003ad029 /sysutils/ansible | |
parent | f6fd6ab3502f8db8ca85d70fe87e63149bc32a1f (diff) | |
download | freebsd-ports-gnome-0428ab6e263b1370140abe465c4f349675d6f812.tar.gz freebsd-ports-gnome-0428ab6e263b1370140abe465c4f349675d6f812.tar.zst freebsd-ports-gnome-0428ab6e263b1370140abe465c4f349675d6f812.zip |
Remove sysutils/ansible23, it clashes with python flavor work
Do not add back without checking PKGBASE uniqueness for all flavors first
With hat: portmgr
Diffstat (limited to 'sysutils/ansible')
-rw-r--r-- | sysutils/ansible/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index 4f9cca8ddd97..fd455f8032ec 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -20,8 +20,6 @@ RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FLAVOR} -CONFLICTS?= ansible1-* ansible23-* - EXTRA_PATCHES?= # NO_ARCH= yes |