git: 1ee1744a5417 - 2023Q4 - games/py-mnemosyne: Add missing run depend
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Nov 2023 09:45:42 UTC
The branch 2023Q4 has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ee1744a5417d4c0af40e6be211e6330cdc0cb09 commit 1ee1744a5417d4c0af40e6be211e6330cdc0cb09 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2023-11-29 09:38:54 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2023-11-29 09:44:56 +0000 games/py-mnemosyne: Add missing run depend Add QT sqldriver-sqlite missing run depend needed for browsing cards. PR: 274972 Reported by: Andreas Kempe MFH: 2023Q4 (cherry picked from commit 1bb647d1af0170fd4e65e3cca0442262ab6825ca) --- games/py-mnemosyne/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games/py-mnemosyne/Makefile b/games/py-mnemosyne/Makefile index 587fc7262cc7..8ef0f66e1c4c 100644 --- a/games/py-mnemosyne/Makefile +++ b/games/py-mnemosyne/Makefile @@ -1,6 +1,6 @@ PORTNAME= mnemosyne PORTVERSION= 2.10.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= games education python MASTER_SITES= SF/mnemosyne-proj/${PORTNAME}/${PORTNAME}-${DISTVERSION} @@ -24,9 +24,10 @@ RUN_DEPENDS= ${PY_PILLOW} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=1.4:www/py-webob@${PY_FLAVOR} -USES= pyqt:6 python shebangfix +USES= pyqt:6 python qt:6 shebangfix USE_PYQT= pyqt6:run sip:run webengine:run USE_PYTHON= autoplist concurrent distutils +USE_QT= sqldriver-sqlite:run SHEBANG_FILES= mnemosyne/pyqt_ui/mnemosyne