pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/htop
Module Name: pkgsrc
Committed By: nia
Date: Sun Jun 12 04:48:53 UTC 2022
Modified Files:
pkgsrc/sysutils/htop: Makefile
Log Message:
htop: set USE_CURSES=getmouse rather than USE_NCURSES
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/htop/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/htop/Makefile
diff -u pkgsrc/sysutils/htop/Makefile:1.28 pkgsrc/sysutils/htop/Makefile:1.29
--- pkgsrc/sysutils/htop/Makefile:1.28 Wed Jun 8 07:01:16 2022
+++ pkgsrc/sysutils/htop/Makefile Sun Jun 12 04:48:53 2022
@@ -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"
Home |
Main Index |
Thread Index |
Old Index