diff options
Diffstat (limited to 'devel/py-cog/Makefile')
-rw-r--r-- | devel/py-cog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-cog/Makefile b/devel/py-cog/Makefile index 553544d0e4da..041f36d7489b 100644 --- a/devel/py-cog/Makefile +++ b/devel/py-cog/Makefile @@ -15,7 +15,7 @@ COMMENT= Code Generator for any language LICENSE= MIT # Python3 ready -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist .include <bsd.port.mk> |