diff options
Diffstat (limited to 'textproc/py-rss2gen/Makefile')
-rw-r--r-- | textproc/py-rss2gen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-rss2gen/Makefile b/textproc/py-rss2gen/Makefile index a4742417da1f..999743c4c77f 100644 --- a/textproc/py-rss2gen/Makefile +++ b/textproc/py-rss2gen/Makefile @@ -14,7 +14,7 @@ COMMENT= Python library for generating RSS 2.0 feeds LICENSE= BSD3CLAUSE NO_ARCH= yes -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils .include <bsd.port.mk> |