From ddce9c2ca45c7c0b7abffcad0823cc96d29a71d6 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sat, 26 Aug 2017 05:40:47 +0000 Subject: [PATCH] Prefer ncurses from base. This resolves an issue using curses applications within screen. --- sysutils/screen/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile index e05e390932dc..eb737060b4ef 100644 --- a/sysutils/screen/Makefile +++ b/sysutils/screen/Makefile @@ -3,6 +3,7 @@ PORTNAME= screen PORTVERSION= 4.6.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://ftp.gnu.org/gnu/screen/ \ ftp://ftp.gnu.org/gnu/screen/ \ @@ -34,7 +35,7 @@ SYSTEM_SCREENRC_DESC= Install system screenrc with helpful status line OPTIONS_SUB= -USES= gmake cpe ncurses +USES= gmake cpe ncurses:base CPE_VENDOR= gnu