mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
Prefer ncurses from base. This resolves an issue using curses
applications within screen.
This commit is contained in:
parent
243e8be544
commit
ddce9c2ca4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448751
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue