git: ec8fecbfb1e9 - main - www/buku: Sort USES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Jul 2023 16:45:49 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec8fecbfb1e93cfb11df17e2da5a452eee8fc2fb commit ec8fecbfb1e93cfb11df17e2da5a452eee8fc2fb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-07-31 16:30:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-07-31 16:39:52 +0000 www/buku: Sort USES --- www/buku/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/buku/Makefile b/www/buku/Makefile index 4613845ae505..330a33637767 100644 --- a/www/buku/Makefile +++ b/www/buku/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.4.1:www/py-beautifulsoup@${ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.23,1:net/py-urllib3@${PY_FLAVOR} -USES= python pycryptography:run +USES= pycryptography:run python USE_PYTHON= autoplist distutils noflavors NO_ARCH= yes