diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-12-28 23:02:12 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-12-28 23:02:12 +0000 |
commit | aa7a6c429ea62d972467d6755fa7a6f52256b452 (patch) | |
tree | 3c451883d3bd4d2ffe401b2b6aee58825505d145 /lang/py-hy | |
parent | x11-fonts/jetbrains-mono: Update to 2.221 (diff) |
Drop python 2.7 support from a few ports
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=559531
Diffstat (limited to 'lang/py-hy')
-rw-r--r-- | lang/py-hy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/py-hy/Makefile b/lang/py-hy/Makefile index 0e3700c41fd0..53527649bbc6 100644 --- a/lang/py-hy/Makefile +++ b/lang/py-hy/Makefile @@ -22,7 +22,7 @@ PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astor>=0.8:devel/py-astor@${PY_FLAVOR} \ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist NO_ARCH= yes |