diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2022-06-23 09:07:12 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2022-06-23 09:07:12 +0000 |
commit | f7e19b2fb48fcb0986b231e608857638451fed3b (patch) | |
tree | 122b1c6fbd0f841dfd59b542ccfd9048e6b50ca7 | |
parent | 046a5369a3632fe73702623b3d148875653c317a (diff) |
devel/py-ply: py27 flavor is no longer needed by the ports tree
-rw-r--r-- | devel/py-ply/Makefile | 2 |
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 |