diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2020-03-31 20:37:21 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2020-03-31 20:37:21 +0000 |
commit | 35ca86a622a70ee6439fb7e91b7361c6798589d8 (patch) | |
tree | 66e0e63be4739fef12680014a969d6207f0494e7 | |
parent | 01ac44a4ee60dbc2c8884b4ff0c390ccc7b6b69e (diff) | |
download | freebsd-ports-35ca86a622a70ee6439fb7e91b7361c6798589d8.zip |
xf86-video-qxl: No longer broken (still deprecated)
After r530014, xf86-video-qxl builds again, so remove broken. It is still
deprecated because it uses python 2.
-rw-r--r-- | x11-drivers/xf86-video-qxl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-qxl/Makefile b/x11-drivers/xf86-video-qxl/Makefile index d60b33f76920..65dbd1059ebe 100644 --- a/x11-drivers/xf86-video-qxl/Makefile +++ b/x11-drivers/xf86-video-qxl/Makefile @@ -10,8 +10,7 @@ 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 +DEPRECATED= uses deprecated version of python EXPIRATION_DATE= 2020-09-15 BUILD_DEPENDS= spice-protocol>=0.12.10:devel/spice-protocol \ |