From a1969adc90afeb8968e89a7dc3e1fd6f19af8ad6 Mon Sep 17 00:00:00 2001 From: Niclas Zeising Date: Fri, 6 Sep 2019 18:44:13 +0000 Subject: [PATCH] x11/xorg-apps: Don't depend on luit luit is deprecated upstream, but still needed bu xterm, so it can't be deprecated in ports. Until a solution for xterm is found, just remove it from x11/xorg-apps, but don't deprecate it. --- x11/xorg-apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/xorg-apps/Makefile b/x11/xorg-apps/Makefile index 9132baf48024..bb60e365f42d 100644 --- a/x11/xorg-apps/Makefile +++ b/x11/xorg-apps/Makefile @@ -8,7 +8,7 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X.org apps meta-port -COMPONENTS= appres bitmap xf86dga:dga iceauth luit \ +COMPONENTS= appres bitmap xf86dga:dga iceauth \ x11-fonts/mkfontscale:mkfontscale sessreg \ setxkbmap smproxy x11perf xauth xbacklight xcalc \ xcmsdb xconsole xcursorgen xdpyinfo xdriinfo xev xgamma xgc \