aboutsummaryrefslogtreecommitdiff
path: root/math/py-MutatorMath/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-01-11 19:36:17 +0000
committerRene Ladan <rene@FreeBSD.org>2021-01-11 19:36:17 +0000
commit75d659b385e30935a659f6c63b86195f2b975175 (patch)
tree91ba938db95d41ba75ac2883a0f16259e0ecaa4a /math/py-MutatorMath/Makefile
parent3aaf6bb5547bf9e4cb3bfc37dab67b12e7323222 (diff)
downloadports-75d659b385e30935a659f6c63b86195f2b975175.tar.gz
ports-75d659b385e30935a659f6c63b86195f2b975175.zip
Notes
Diffstat (limited to 'math/py-MutatorMath/Makefile')
-rw-r--r--math/py-MutatorMath/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/math/py-MutatorMath/Makefile b/math/py-MutatorMath/Makefile
index 548a4fa4249a..add89938bf43 100644
--- a/math/py-MutatorMath/Makefile
+++ b/math/py-MutatorMath/Makefile
@@ -14,19 +14,12 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defcon>=0.3.5:x11-fonts/py-defcon@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}fontMath>=0.4.8:x11-fonts/py-fontMath@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}fontMath>=0.4.8:x11-fonts/py-fontMath@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR}
USES= python:3.6+ zip
USE_PYTHON= autoplist distutils
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3600
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}fonttools3>=3.32.0:print/py-fonttools3@${PY_FLAVOR}
-.else
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>