Date: Fri, 20 Jan 2023 20:41:00 GMT From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8095da004726 - main - games/py-mnemosyne: fix DEPENDS Message-ID: <202301202041.30KKf0q8027813@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=8095da004726fba1d86f4f47d2d3588e53a56d92 commit 8095da004726fba1d86f4f47d2d3588e53a56d92 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-01-20 20:40:46 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-01-20 20:40:46 +0000 games/py-mnemosyne: fix DEPENDS --- games/py-mnemosyne/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/py-mnemosyne/Makefile b/games/py-mnemosyne/Makefile index 9b29cb67b461..4f17e95fc11e 100644 --- a/games/py-mnemosyne/Makefile +++ b/games/py-mnemosyne/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}webob>=1.4:www/py-webob@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cheroot>=0:www/py-cheroot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}googletrans>=0:textproc/py-googletrans@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}gtts>=0:audio/py-gtts@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}gTTS>=0:audio/py-gtts@${PY_FLAVOR} USES= pyqt:5 python:3.7+ shebangfix dos2unix #due textproc/py-googletrans USE_PYQT= pyqt5:run sip:run webengine:run
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301202041.30KKf0q8027813>