aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-11 17:17:01 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-11 18:44:40 +0000
commitaf1ccb475901d0dd6dbecc707b72f7f2e5a0bc88 (patch)
tree0934aa4098f27d6be849e705aaf881b4e864692f
parent98a5d45a5c76a6684226724a525091dff611923d (diff)
downloadports-af1ccb475901d0dd6dbecc707b72f7f2e5a0bc88.tar.gz
ports-af1ccb475901d0dd6dbecc707b72f7f2e5a0bc88.zip
security/py-pyspnego: Clean up Makefile after 6c401020d1946446ed7f46742d7dca78c201408f (python36 removal)
-rw-r--r--security/py-pyspnego/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/security/py-pyspnego/Makefile b/security/py-pyspnego/Makefile
index c39daec20738..154acd6fccbe 100644
--- a/security/py-pyspnego/Makefile
+++ b/security/py-pyspnego/Makefile
@@ -27,10 +27,4 @@ KERBEROS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.5.0:security/py-gssapi@${
${PYTHON_PKGNAMEPREFIX}krb5>=0:security/py-krb5@${PY_FLAVOR}
YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR}
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30700
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0:devel/py-dataclasses@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>