diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2024-06-29 22:45:00 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2024-06-29 22:45:00 +0000 |
commit | b15730c88e31efee79ed5f57f03feae74f56ea77 (patch) | |
tree | 11794654cf1e14e67dfb7ca0d7c8306ec2ed5208 | |
parent | bacf84859d22d94a43a6fe0dafbdf9dd28719f80 (diff) |
accessibility/redshift: revert unjust deprecation of the useful port
It remains widely popular and suggested alternatives are often subpar,
lacking many of its original features and gimmicks.
Fixes: 4a384fbfb20b
-rw-r--r-- | accessibility/redshift/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/accessibility/redshift/Makefile b/accessibility/redshift/Makefile index b9b0c4b9904b..14d6f3ea10a6 100644 --- a/accessibility/redshift/Makefile +++ b/accessibility/redshift/Makefile @@ -15,9 +15,6 @@ WWW= http://jonls.dk/redshift/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Abandoned upstream, no activity for the past 4 years. Consider using accessibility/sct, accessibility/wlsunset or accessibility/wl-gammarelay-rs -EXPIRATION_DATE=2024-06-30 - LIB_DEPENDS= libdrm.so:graphics/libdrm USES= autoreconf:build gettext gmake gnome libtool localbase \ |