Date: Wed, 31 Jul 2019 19:36:04 +0000 (UTC) From: "Bradley T. Hughes" <bhughes@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507730 - head/devel/awscli Message-ID: <201907311936.x6VJa4W5064045@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bhughes Date: Wed Jul 31 19:36:04 2019 New Revision: 507730 URL: https://svnweb.freebsd.org/changeset/ports/507730 Log: devel/awscli: add runtime dependency on groff This is needed to display help/documentation. PR: 223054 Reported by: andrew.fengler@scaleengine.com Sponsored by: Miles AS Modified: head/devel/awscli/Makefile Modified: head/devel/awscli/Makefile ============================================================================== --- head/devel/awscli/Makefile Wed Jul 31 19:27:54 2019 (r507729) +++ head/devel/awscli/Makefile Wed Jul 31 19:36:04 2019 (r507730) @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.12.197 ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:security/py-rsa@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} -USES= python +USES= python groff:run USE_PYTHON= autoplist distutils concurrent noflavors NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907311936.x6VJa4W5064045>