diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ohmu/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/ohmu/Makefile b/sysutils/ohmu/Makefile index ffeb275756b1..cf1212260277 100644 --- a/sysutils/ohmu/Makefile +++ b/sysutils/ohmu/Makefile @@ -2,6 +2,7 @@ PORTNAME= ohmu PORTVERSION= 1.1.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -10,6 +11,8 @@ COMMENT= Tool to view space usage in your terminal LICENSE= MIT +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scandir>=1.3:sysutils/py-scandir + USE_GITHUB= yes GH_ACCOUNT= paul-nechifor |