aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2020-04-09 21:20:54 +0000
committerMikhail Teterin <mi@FreeBSD.org>2020-04-09 21:20:54 +0000
commit52e741ef4307343983c100dba503515ed950340d (patch)
tree7c40a2cfc8e9dda7e4e7112f175105ed26bcd4ee /games
parent8b7545172dd4fa0be82dc0ca88ed4f09b666f992 (diff)
downloadports-52e741ef4307343983c100dba503515ed950340d.tar.gz
ports-52e741ef4307343983c100dba503515ed950340d.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/py-pychess/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/py-pychess/Makefile b/games/py-pychess/Makefile
index 287525a0b222..079a74f997da 100644
--- a/games/py-pychess/Makefile
+++ b/games/py-pychess/Makefile
@@ -11,11 +11,10 @@ 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} \
+ ${PYTHON_PKGNAMEPREFIX}gobject*>2:devel/py-gobject3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}websockets*>7.:devel/py-websockets@${PY_FLAVOR}
RUN_DEPENDS= ${COMMON_DEPENDS}
BUILD_DEPENDS= ${COMMON_DEPENDS}