diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xpra/Makefile | 2 | ||||
-rw-r--r-- | x11/xpyb/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile index b5f5a3f8ef35..68a8f846af12 100644 --- a/x11/xpra/Makefile +++ b/x11/xpra/Makefile @@ -13,6 +13,8 @@ COMMENT= Xpra gives you persistent remote applications for X LICENSE= GPLv2 BROKEN= fails to build with cython 0.28 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2018-12-19 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gtk2>2:x11-toolkits/py-gtk2@${PY_FLAVOR} \ ${PYNUMPY} diff --git a/x11/xpyb/Makefile b/x11/xpyb/Makefile index f540eeeab107..2d0a447af4ae 100644 --- a/x11/xpyb/Makefile +++ b/x11/xpyb/Makefile @@ -12,6 +12,8 @@ MAINTAINER= ashish@FreeBSD.org COMMENT= Python bindings to access X Window System protocol via libxcb BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2018-12-19 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:x11/xcb-proto \ xcb-proto>=1.7.1:x11/xcb-proto |