diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-01-02 22:45:42 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-01-02 22:45:42 +0000 |
commit | 4348c5c61c7386bc577195cea806f204f3d4c60c (patch) | |
tree | bb44063e77a04fc77c4ca903cdd6750ebe027304 /deskutils | |
parent | ad36c9cb17e2bea1a94a06920d107bf18996142c (diff) | |
download | ports-4348c5c61c7386bc577195cea806f204f3d4c60c.tar.gz ports-4348c5c61c7386bc577195cea806f204f3d4c60c.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/dosage/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/deskutils/dosage/Makefile b/deskutils/dosage/Makefile index bcfe40acd821..2bc565bae3bf 100644 --- a/deskutils/dosage/Makefile +++ b/deskutils/dosage/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist noflavors NO_ARCH= yes @@ -30,9 +30,5 @@ NO_ARCH= yes RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cached-property>0:devel/py-cached-property@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR} .endif -.if ${PYTHON_REL} < 3000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.shutil_get_terminal_size>0:devel/py-backports.shutil_get_terminal_size@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>0:devel/py-backports.functools_lru_cache@${PY_FLAVOR} -.endif .include <bsd.port.post.mk> |