diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-13 09:47:26 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-13 09:47:26 +0000 |
commit | 3fc540e44c7abd98a9f824f806bc230f4699f847 (patch) | |
tree | 09e6d61678f62b208d5787c43e1bd558b62fa5d1 | |
parent | sysutils/solaar: Bring back old patch to fix setting options on a Logitech K400 (diff) |
Unbreak bulk -a after r522866
Notes
Notes:
svn path=/head/; revision=522871
-rw-r--r-- | devel/py-http-prompt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-http-prompt/Makefile b/devel/py-http-prompt/Makefile index aa344bfe94e5..7bd4b00424da 100644 --- a/devel/py-http-prompt/Makefile +++ b/devel/py-http-prompt/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=5.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpie>=0.9.2:www/py-httpie@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes |