diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2020-04-10 16:55:07 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2020-04-10 16:55:07 +0000 |
| commit | 3e4f0028cf7a63694516118a2e7e601c62efb42d (patch) | |
| tree | b373ae285c0408af728029893c70f494944bb73a /games/py-pychess/Makefile | |
| parent | 1533849df74b305f1fd04910375a0ee2276281a2 (diff) | |
Notes
Diffstat (limited to 'games/py-pychess/Makefile')
| -rw-r--r-- | games/py-pychess/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/py-pychess/Makefile b/games/py-pychess/Makefile index 079a74f997da..2dc62ca96cdb 100644 --- a/games/py-pychess/Makefile +++ b/games/py-pychess/Makefile @@ -19,6 +19,10 @@ COMMON_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} \ RUN_DEPENDS= ${COMMON_DEPENDS} BUILD_DEPENDS= ${COMMON_DEPENDS} +.if defined(PACKAGE_BUILDING) +BROKEN= fails to install: Unable to init server: Could not connect to 127.0.0.1: Connection refused +.endif + USES= desktop-file-utils display gettext gnome python:3.3+ USE_GSTREAMER1= yes USE_PYTHON= distutils autoplist |
