aboutsummaryrefslogtreecommitdiff
path: root/security/py-gssapi
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-01-10 14:05:32 +0000
committerRene Ladan <rene@FreeBSD.org>2021-01-10 14:05:32 +0000
commit850accd611e5d5823aaf3d39e44af970638c4596 (patch)
treecf136394b8a1b04b8720cccbaeedad2d0075f339 /security/py-gssapi
parent0b51de51181e407194f85f47f4d6eea86c93b526 (diff)
downloadports-850accd611e5d5823aaf3d39e44af970638c4596.tar.gz
ports-850accd611e5d5823aaf3d39e44af970638c4596.zip
Remove empty PY_ENUM34 from ports using Python 3.6+
Notes
Notes: svn path=/head/; revision=561070
Diffstat (limited to 'security/py-gssapi')
-rw-r--r--security/py-gssapi/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/py-gssapi/Makefile b/security/py-gssapi/Makefile
index 3f00b4aa9c66..e7268a3a466a 100644
--- a/security/py-gssapi/Makefile
+++ b/security/py-gssapi/Makefile
@@ -12,8 +12,7 @@ COMMENT= High-level and low-level Python bindings to GSSAPI C libraries
LICENSE= ISCL
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>1.4.0:devel/py-six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \
- ${PY_ENUM34}
+ ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist