diff options
Diffstat (limited to 'devel/py-argparse/Makefile')
-rw-r--r-- | devel/py-argparse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-argparse/Makefile b/devel/py-argparse/Makefile index 791c4a2ce3c1..17fc25158eaf 100644 --- a/devel/py-argparse/Makefile +++ b/devel/py-argparse/Makefile @@ -12,7 +12,7 @@ COMMENT= Optparse-inspired command-line parsing library LICENSE= PSFL -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist .include <bsd.port.mk> |