git: 93ed420349a9 - main - www/py-werkzeug: Clean up Makefile after 6c401020d1946446ed7f46742d7dca78c201408f (python36 removal)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 18:56:07 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=93ed420349a9568702dbc3cd31f69c5352057b6f
commit 93ed420349a9568702dbc3cd31f69c5352057b6f
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-11 17:18:56 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-11 18:44:49 +0000
www/py-werkzeug: Clean up Makefile after 6c401020d1946446ed7f46742d7dca78c201408f (python36 removal)
---
www/py-werkzeug/Makefile | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/www/py-werkzeug/Makefile b/www/py-werkzeug/Makefile
index 857fe7da732b..3d49391c01cb 100644
--- a/www/py-werkzeug/Makefile
+++ b/www/py-werkzeug/Makefile
@@ -27,14 +27,8 @@ WATCHDOG_DESC= Monitor filesystem events
WATCHDOG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}watchdog>=0:devel/py-watchdog@${PY_FLAVOR}
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30700
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0:devel/py-dataclasses@${PY_FLAVOR}
-.endif
-
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>