diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2017-08-26 05:40:47 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2017-08-26 05:40:47 +0000 |
| commit | ddce9c2ca45c7c0b7abffcad0823cc96d29a71d6 (patch) | |
| tree | bcea3e258056e99b5c9614eac06f7aebc870112b | |
| parent | Update 4.5.0 --> 4.6.1 (diff) | |
Prefer ncurses from base. This resolves an issue using curses
applications within screen.
| -rw-r--r-- | sysutils/screen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
