diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-12 01:17:01 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-12 02:44:40 +0800 |
commit | af1ccb475901d0dd6dbecc707b72f7f2e5a0bc88 (patch) | |
tree | 0934aa4098f27d6be849e705aaf881b4e864692f | |
parent | security/py-azure-keyvault-keys: Fix 213a6acb8c4c1311310413b7e42a09b1c6d64b55 (diff) |
security/py-pyspnego: Clean up Makefile after 6c401020d1946446ed7f46742d7dca78c201408f (python36 removal)
-rw-r--r-- | security/py-pyspnego/Makefile | 8 |
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> |