aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 21:41:45 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 21:41:45 +0000
commit201c28a67c090bbaa448c80ae88704261487d6d5 (patch)
treec132794bb66b802ddf5294e30d228a9be5ccdb18
parentecc66e7b63ebe4326d7aa14189e0a7fe0d3bf831 (diff)
downloadports-201c28a67c090bbaa448c80ae88704261487d6d5.tar.gz
ports-201c28a67c090bbaa448c80ae88704261487d6d5.zip
deskutils/dosage: Remove outdated PYTHON_REL check after lang/python37 removal
Approved by: portmgr (blanket) With hat: python
-rw-r--r--deskutils/dosage/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/deskutils/dosage/Makefile b/deskutils/dosage/Makefile
index 9a363f4f2260..e76dcfe0b0e4 100644
--- a/deskutils/dosage/Makefile
+++ b/deskutils/dosage/Makefile
@@ -25,11 +25,4 @@ USE_PYTHON= pep517 autoplist noflavors
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cached-property>0:devel/py-cached-property@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>