Date: Mon, 23 Sep 2024 23:30:20 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 20bd9b8c01a2 - main - sysutils/htop: Remove USES= desktop-file-utils Message-ID: <202409232330.48NNUKe1073370@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=20bd9b8c01a2509c7d4e34d1bed5fc105b3f31cb commit 20bd9b8c01a2509c7d4e34d1bed5fc105b3f31cb Author: Benjamin Takacs <nimaje+fbz@bureaucracy.de> AuthorDate: 2024-09-23 23:27:55 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-09-23 23:29:44 +0000 sysutils/htop: Remove USES= desktop-file-utils As htop.desktop doesn't define MimeTypes sysutils/htop doesn't need USES= desktop-file-utils PR: 281641 Reviewed by: Hung-Yi Chen <gaod@hychen.org> (maintainer) --- sysutils/htop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index 163eca91b877..38d3606523fc 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -14,7 +14,7 @@ WWW= https://htop.dev/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= desktop-file-utils ncurses tar:xz +USES= ncurses tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-unicode
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409232330.48NNUKe1073370>