From f8a7ee38928f5895f373c0f86e14b008a582227e Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 18 Jan 2020 18:25:59 +0000 Subject: Update RUN_DEPENDS for py-fonttools 4.2.4 update - Bump PORTREVISION for dependency change --- print/py-psautohint/Makefile | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'print') diff --git a/print/py-psautohint/Makefile b/print/py-psautohint/Makefile index 3cd0d1b65f98..6eea06b710e2 100644 --- a/print/py-psautohint/Makefile +++ b/print/py-psautohint/Makefile @@ -2,7 +2,7 @@ PORTNAME= psautohint PORTVERSION= 1.9.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} USES= python zip USE_PYTHON= autoplist concurrent distutils @@ -22,4 +21,12 @@ USE_PYTHON= autoplist concurrent distutils post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/psautohint/_psautohint.so -.include +.include + +.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 -- cgit