diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-08 17:01:46 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-08 17:01:46 +0000 |
commit | 5ae8688c07b2294395a124e0b2da3a0f00d4aba0 (patch) | |
tree | 326c7ae1133b16e8be2a37e24472b70a0574fcaa /x11-drivers | |
parent | fb717d0e60d518f1df0a66b382e11ff5a1d0f53b (diff) |
Deprecate some ports using deprecated version of python
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=528058
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-qxl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-qxl/Makefile b/x11-drivers/xf86-video-qxl/Makefile index 0a94990ce30a..d60b33f76920 100644 --- a/x11-drivers/xf86-video-qxl/Makefile +++ b/x11-drivers/xf86-video-qxl/Makefile @@ -11,6 +11,8 @@ COMMENT= X.Org X server -- QXL display driver LICENSE= MIT BROKEN= does not build with xorg-server 1.20.7 +DEPRECATED= Broken, uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 BUILD_DEPENDS= spice-protocol>=0.12.10:devel/spice-protocol \ ${LOCALBASE}/include/linux/input.h:devel/evdev-proto |