Add missing dependency sysutils/py-psutil
This commit is contained in:
parent
66e4a27d1d
commit
b8ad0ec1ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544361
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= bashtop
|
||||
DISTVERSION= 0.9.25
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= lwhsu@FreeBSD.org
|
||||
@ -11,7 +12,8 @@ LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= coreutils>0:sysutils/coreutils \
|
||||
gsed:textproc/gsed
|
||||
gsed:textproc/gsed \
|
||||
${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+,run
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user