diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2020-04-09 09:15:35 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2020-04-09 09:15:35 +0000 |
| commit | dcaf961bbc45322a01d3b8aa7b67a027ef21898f (patch) | |
| tree | 302facc70e0067a990e57ce032004cebe087e31f /games/py-pychess/Makefile | |
| parent | 911d9c31194bd07883a16644fbc47480b689671d (diff) | |
Notes
Diffstat (limited to 'games/py-pychess/Makefile')
| -rw-r--r-- | games/py-pychess/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/py-pychess/Makefile b/games/py-pychess/Makefile index d3362f9f5151..287525a0b222 100644 --- a/games/py-pychess/Makefile +++ b/games/py-pychess/Makefile @@ -11,6 +11,8 @@ COMMENT= GTK chess client written in Python LICENSE= GPLv3 +BROKEN= fails to configure: ModuleNotFoundError: No module named 'gi' + COMMON_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy*>1.:databases/py-sqlalchemy13@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil*>0.:sysutils/py-psutil@${PY_FLAVOR} \ @@ -18,7 +20,7 @@ COMMON_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} \ RUN_DEPENDS= ${COMMON_DEPENDS} BUILD_DEPENDS= ${COMMON_DEPENDS} -USES= desktop-file-utils display gettext python:3.3+ +USES= desktop-file-utils display gettext gnome python:3.3+ USE_GSTREAMER1= yes USE_PYTHON= distutils autoplist USE_GNOME= gtksourceview3:run glib20 gtk30 librsvg2 introspection |
