aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2022-06-23 09:07:12 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2022-06-23 09:07:12 +0000
commitf7e19b2fb48fcb0986b231e608857638451fed3b (patch)
tree122b1c6fbd0f841dfd59b542ccfd9048e6b50ca7
parent046a5369a3632fe73702623b3d148875653c317a (diff)
downloadports-f7e19b2fb48fcb0986b231e608857638451fed3b.tar.gz
ports-f7e19b2fb48fcb0986b231e608857638451fed3b.zip
devel/py-ply: py27 flavor is no longer needed by the ports tree
-rw-r--r--devel/py-ply/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-ply/Makefile b/devel/py-ply/Makefile
index 2bef5b542469..280de00abf1c 100644
--- a/devel/py-ply/Makefile
+++ b/devel/py-ply/Makefile
@@ -11,7 +11,7 @@ COMMENT= Python Lex-Yacc
LICENSE= BSD3CLAUSE
-USES= python:2.7+
+USES= python
USES+= shebangfix
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes