aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-01-02 22:45:42 +0000
committerRene Ladan <rene@FreeBSD.org>2021-01-02 22:45:42 +0000
commit4348c5c61c7386bc577195cea806f204f3d4c60c (patch)
treebb44063e77a04fc77c4ca903cdd6750ebe027304 /print
parentad36c9cb17e2bea1a94a06920d107bf18996142c (diff)
downloadports-4348c5c61c7386bc577195cea806f204f3d4c60c.tar.gz
ports-4348c5c61c7386bc577195cea806f204f3d4c60c.zip
Remove some more expired ports:
devel/py-backports.functools_lru_cache devel/py-backports_abc devel/py-futures devel/py-singledispatch devel/py-typing graphics/py-pillow6 Adjust dependent ports. Tested with 'make index' against r559975
Notes
Notes: svn path=/head/; revision=559976
Diffstat (limited to 'print')
-rw-r--r--print/py-fonttools3/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/print/py-fonttools3/Makefile b/print/py-fonttools3/Makefile
index 5ec4ca591119..43e73ffb3139 100644
--- a/print/py-fonttools3/Makefile
+++ b/print/py-fonttools3/Makefile
@@ -48,12 +48,6 @@ WOFF_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotli>=1.0.1:archivers/py-brotli@${PY_
.include <bsd.port.pre.mk>
-.if ${PORT_OPTIONS:MLXML}
-.if ${PYTHON_REL} < 3400
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}singledispatch>=3.4.0.3:devel/py-singledispatch@${PY_FLAVOR}
-.endif
-.endif
-
.if ${PORT_OPTIONS:MUNICODE}
.if ${PYTHON_REL} < 3800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}unicodedata2>=12.0.0:devel/py-unicodedata2@${PY_FLAVOR}