aboutsummaryrefslogtreecommitdiff
path: root/math/py-uncertainties/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-02-22 21:39:35 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-02-22 21:39:35 +0000
commit00ac9d256065a5f5b6a3d1cf0fe81de3b097b398 (patch)
tree3a13cccf88d60386fed60995834065017e4b9636 /math/py-uncertainties/Makefile
parenta499d87d917a12dc0024d98319546ca9f1855c56 (diff)
downloadports-00ac9d256065a5f5b6a3d1cf0fe81de3b097b398.tar.gz
ports-00ac9d256065a5f5b6a3d1cf0fe81de3b097b398.zip
math/py-uncertainties: Add missing dependency
Notes
Notes: svn path=/head/; revision=566337
Diffstat (limited to 'math/py-uncertainties/Makefile')
-rw-r--r--math/py-uncertainties/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-uncertainties/Makefile b/math/py-uncertainties/Makefile
index 9595dc2c894b..a4df576a14ec 100644
--- a/math/py-uncertainties/Makefile
+++ b/math/py-uncertainties/Makefile
@@ -2,6 +2,7 @@
PORTNAME= uncertainties
DISTVERSION= 3.1.5
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,8 @@ COMMENT= Calculations with uncertainties on the quantities involved
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= ${PYNUMPY}
+RUN_DEPENDS= ${PYNUMPY} \
+ ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist