aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2016-11-28 22:28:16 +0800
committerolgeni <olgeni@FreeBSD.org>2016-11-28 22:28:16 +0800
commite2355593bafad19fc1b3080dfa6f91a186689c6f (patch)
tree0a6b51e1d02a71ea7d9f30a1cea1e6f73a414631 /sysutils
parentf5e192c0841994e25ae4b1e8b620c7d41492caaf (diff)
downloadfreebsd-ports-gnome-e2355593bafad19fc1b3080dfa6f91a186689c6f.tar.gz
freebsd-ports-gnome-e2355593bafad19fc1b3080dfa6f91a186689c6f.tar.zst
freebsd-ports-gnome-e2355593bafad19fc1b3080dfa6f91a186689c6f.zip
sysutils/ohmu requires devel/py-future too.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ohmu/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/ohmu/Makefile b/sysutils/ohmu/Makefile
index cf1212260277..d379c81b4a63 100644
--- a/sysutils/ohmu/Makefile
+++ b/sysutils/ohmu/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ohmu
PORTVERSION= 1.1.0
-PORTREVISION= 1
+PORTREVISION= 2
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
@@ -11,7 +11,8 @@ COMMENT= Tool to view space usage in your terminal
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scandir>=1.3:sysutils/py-scandir
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scandir>=1.3:sysutils/py-scandir \
+ ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future
USE_GITHUB= yes
GH_ACCOUNT= paul-nechifor