Date: Mon, 31 Jul 2023 16:45:49 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ec8fecbfb1e9 - main - www/buku: Sort USES Message-ID: <202307311645.36VGjn0i079316@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307311645.36VGjn0i079316>