diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2015-02-18 22:34:25 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2015-02-18 22:34:25 +0000 |
commit | 7fd258c31df404a76d0c4bb151b4289b9b05f15e (patch) | |
tree | 190721a0cbcd18a8cce4c1a20fb515ce1fed7aa6 /sysutils | |
parent | b18b861c3e9a938a6636e7ad697df6c75a7918c7 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bsdploy/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/bsdploy/Makefile b/sysutils/bsdploy/Makefile index b1727e1b606d..e1d9ae2a8cd4 100644 --- a/sysutils/bsdploy/Makefile +++ b/sysutils/bsdploy/Makefile @@ -17,9 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}ploy_ezjail>=1.0.0:${PORTSDIR}/sysutils/py-ploy_ezjail \ ${PYTHON_PKGNAMEPREFIX}ploy_fabric>=1.1.0:${PORTSDIR}/sysutils/py-ploy_fabric -# https://github.com/ployground/bsdploy/issues/60 -BROKEN= Doesn't run with Ansible >= 1.8 - OPTIONS_DEFINE= EC2 OPTIONS_DEFAULT= EC2 EC2_DESC= Support Amazon Web Services EC2 hosts |