mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -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
|
PORTNAME= screen
|
||||||
PORTVERSION= 4.6.1
|
PORTVERSION= 4.6.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://ftp.gnu.org/gnu/screen/ \
|
MASTER_SITES= http://ftp.gnu.org/gnu/screen/ \
|
||||||
ftp://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=
|
OPTIONS_SUB=
|
||||||
|
|
||||||
USES= gmake cpe ncurses
|
USES= gmake cpe ncurses:base
|
||||||
|
|
||||||
CPE_VENDOR= gnu
|
CPE_VENDOR= gnu
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue