aboutsummaryrefslogtreecommitdiff
path: root/multimedia/py-librtmp
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 /multimedia/py-librtmp
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 'multimedia/py-librtmp')
-rw-r--r--multimedia/py-librtmp/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/multimedia/py-librtmp/Makefile b/multimedia/py-librtmp/Makefile
index afe7ee535fc8..f6afc4c061d7 100644
--- a/multimedia/py-librtmp/Makefile
+++ b/multimedia/py-librtmp/Makefile
@@ -24,13 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
USES= python:3.6+
USE_PYTHON= autoplist distutils
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3400
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}singledispatch>=0:devel/py-singledispatch@${PY_FLAVOR}
-.endif
-
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/librtmp/_librtmp*.so
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>