aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2022-06-23 09:03:25 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2022-06-23 09:03:25 +0000
commit113cbacee35a9b7d3dbe969a8d217d5b14e37c1c (patch)
treee1db64e42e107f63b2e4778c3007f9384eefb9f3
parent5213784337ff47f4fa9a1ad3aee8e56898e498a0 (diff)
downloadports-113cbacee35a9b7d3dbe969a8d217d5b14e37c1c.tar.gz
ports-113cbacee35a9b7d3dbe969a8d217d5b14e37c1c.zip
devel/py-pycparser: py27 flavor is no longer needed by the ports tree
-rw-r--r--devel/py-pycparser/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-pycparser/Makefile b/devel/py-pycparser/Makefile
index 0a8e076a7bac..6083b68d0bfc 100644
--- a/devel/py-pycparser/Makefile
+++ b/devel/py-pycparser/Makefile
@@ -12,7 +12,7 @@ COMMENT= C parser in Python
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= python:2.7+
+USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes