diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-05-10 16:11:01 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-05-10 16:11:01 +0000 |
commit | 9c490c696e9b28050291d8cbaab45c79b87221ec (patch) | |
tree | 5c232e4270f6e02605bb99f63d13fae403f89b97 /math/py-MutatorMath/Makefile | |
parent | d36b95ce9aa967563c83de97ce1cb00931e22b47 (diff) |
Notes
Diffstat (limited to 'math/py-MutatorMath/Makefile')
-rw-r--r-- | math/py-MutatorMath/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-MutatorMath/Makefile b/math/py-MutatorMath/Makefile index 5df96c1d2392..462fd61a553e 100644 --- a/math/py-MutatorMath/Makefile +++ b/math/py-MutatorMath/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= MutatorMath -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,9 @@ COMMENT= Piecewise linear interpolation in multiple dimensions LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ufoLib>=2.0.0:x11-fonts/py-ufoLib@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}defcon>=0.3.5:x11-fonts/py-defcon@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}fontMath>=0.4.4:x11-fonts/py-fontMath@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}fontMath>=0.4.8:x11-fonts/py-fontMath@${PY_FLAVOR} USES= python zip USE_PYTHON= autoplist distutils |