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: Tue Mar 11 13:24:57 UTC 2025
Modified Files:
pkgsrc/sysutils/htop: options.mk
Log Message:
htop: Delint. Fixing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/htop/options.mk
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/options.mk
diff -u pkgsrc/sysutils/htop/options.mk:1.3 pkgsrc/sysutils/htop/options.mk:1.4
--- pkgsrc/sysutils/htop/options.mk:1.3 Mon May 6 08:27:55 2024
+++ pkgsrc/sysutils/htop/options.mk Tue Mar 11 13:24:57 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2024/05/06 08:27:55 jperkin Exp $
+# $NetBSD: options.mk,v 1.4 2025/03/11 13:24:57 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.htop
@@ -10,11 +10,11 @@ PKG_SUGGESTED_OPTIONS= curses
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mncurses)
-. include "../../devel/ncurses/buildlink3.mk"
+. include "../../devel/ncurses/buildlink3.mk"
.else
-. include "../../mk/curses.buildlink3.mk"
-. if ${CURSES_TYPE} != "ncurses"
+. include "../../mk/curses.buildlink3.mk"
+. if ${CURSES_TYPE} != "ncurses"
# See netbsd/README.md
CONFIGURE_ARGS+= --disable-unicode
-. endif
+. endif
.endif
Home |
Main Index |
Thread Index |
Old Index