summaryrefslogtreecommitdiff
path: root/sysutils/htop
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-06-12 04:48:53 +0000
committernia <nia@pkgsrc.org>2022-06-12 04:48:53 +0000
commit4f3fbea8b22623b0d0544e618ca936e6437b05b3 (patch)
tree817184fc440292c7327d1dbeed4d25b648804e39 /sysutils/htop
parente7d4221a63abec5d85a6a93faea3b2f0dd7a373c (diff)
downloadpkgsrc-4f3fbea8b22623b0d0544e618ca936e6437b05b3.tar.gz
htop: set USE_CURSES=getmouse rather than USE_NCURSES
Diffstat (limited to 'sysutils/htop')
-rw-r--r--sysutils/htop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile
index 666413b5f75..667df905d8e 100644
--- a/sysutils/htop/Makefile
+++ b/sysutils/htop/Makefile
@@ -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 @@ LICENSE= gnu-gpl-v2
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"