diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-02-04 04:02:17 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-02-04 04:02:17 +0800 |
commit | f2ecef934c5e6ec0ed6315274fa5b31c2c3761b3 (patch) | |
tree | e914a1ee845cbf9bf9ebf2a7cffbea16560eb403 /x11-wm | |
parent | ef933eceb001f94329c5f5f79302693648760a4c (diff) | |
download | freebsd-ports-gnome-f2ecef934c5e6ec0ed6315274fa5b31c2c3761b3.tar.gz freebsd-ports-gnome-f2ecef934c5e6ec0ed6315274fa5b31c2c3761b3.tar.zst freebsd-ports-gnome-f2ecef934c5e6ec0ed6315274fa5b31c2c3761b3.zip |
Mark BROKEN: tries to download during configure phase
===> Configuring for qtile-0.13.0
Download error on https://pypi.org/simple/cairocffi/: [Errno 65] No route to host -- Some packages may not be found!
Download error on https://pypi.org/simple/: [Errno 65] No route to host -- Some packages may not be found!
No local packages or working download links found for cairocffi>=0.9[xcb]
Reported by: pkg-fallout
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/qtile/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/qtile/Makefile b/x11-wm/qtile/Makefile index 9cf72188dc1f..c6afb3ee7c2c 100644 --- a/x11-wm/qtile/Makefile +++ b/x11-wm/qtile/Makefile @@ -12,6 +12,8 @@ COMMENT= Small, flexible, scriptable tiling window manager written in Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= tries to download during configure phase + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>1.1.0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>1.4.1:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cairocffi>0.7:graphics/py-cairocffi@${PY_FLAVOR} \ |