pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/htop htop: set USE_CURSES=getmouse rather tha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bed40199250
branches:  trunk
changeset: 380671:1bed40199250
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jun 12 04:48:53 2022 +0000

description:
htop: set USE_CURSES=getmouse rather than USE_NCURSES

diffstat:

 sysutils/htop/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7e041eae3374 -r 1bed40199250 sysutils/htop/Makefile
--- a/sysutils/htop/Makefile    Sat Jun 11 19:53:04 2022 +0000
+++ b/sysutils/htop/Makefile    Sun Jun 12 04:48:53 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2022/06/08 07:01:16 nia Exp $
+# $NetBSD: Makefile,v 1.29 2022/06/12 04:48:53 nia Exp $
 
 DISTNAME=      htop-3.2.1
 CATEGORIES=    sysutils
@@ -12,7 +12,7 @@
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    autoreconf automake
-USE_NCURSES=   yes # uses ncurses mouse definitions
+USE_CURSES=    getmouse
 
 .include "../../mk/curses.buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index