svn commit: r507730 - head/devel/awscli

Bradley T. Hughes bhughes at FreeBSD.org
Wed Jul 31 19:36:04 UTC 2019


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 at 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
 


More information about the svn-ports-all mailing list