From fdffb569a1d38a5d3f21bccd8851b827db27eb3a Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 14 Dec 2017 09:38:43 +0000 Subject: screen: turn on 256-colors support. Bump PKGREVISION. --- misc/screen/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'misc/screen') diff --git a/misc/screen/Makefile b/misc/screen/Makefile index bb80411b224..baefd52a874 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.104 2017/10/24 11:45:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.105 2017/12/14 09:38:43 wiz Exp $ DISTNAME= screen-4.6.2 +PKGREVISION= 1 CATEGORIES= misc shells MASTER_SITES= ${MASTER_SITE_GNU:=screen/} @@ -25,6 +26,7 @@ PLIST_SUBST+= DISTNAME=${DISTNAME:Q} GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-sys-screenrc=${PKG_SYSCONFDIR}/screenrc CONFIGURE_ARGS+= --enable-telnet +CONFIGURE_ARGS+= --enable-colors256 PKG_SHELL= bin/screen -- cgit v1.2.3