diff options
author | olgeni <olgeni@FreeBSD.org> | 2016-11-27 18:30:02 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2016-11-27 18:30:02 +0800 |
commit | c6ef10a0a986ee20741b297f91f1a141612b9699 (patch) | |
tree | eac34eacfc956bbdb73a384ac448b4c7f3e4a8ad /sysutils | |
parent | 4a20602c2f99b7f06daa19dd229d1b04ad0ea0dc (diff) | |
download | freebsd-ports-gnome-c6ef10a0a986ee20741b297f91f1a141612b9699.tar.gz freebsd-ports-gnome-c6ef10a0a986ee20741b297f91f1a141612b9699.tar.zst freebsd-ports-gnome-c6ef10a0a986ee20741b297f91f1a141612b9699.zip |
Add missing RUN_DEPENDS on sysutils/py-scandir to sysutils/ohmu.
Without py-scandir there is a runtime error:
pkg_resources.DistributionNotFound: The 'scandir==1.3' distribution was not found and is required by ohmu
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 |