diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2024-02-12 07:22:36 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2024-02-12 07:29:58 +0000 |
commit | 4d762eff096467b58c3f4ce7108cb9daec1db0ab (patch) | |
tree | 5c90c5224c66c66390df00ae9eaeae2b119ea488 | |
parent | c83d5e2f90d1b8f5cc27c9fcb44e6bbd5d560d55 (diff) |
sysutils/htop: Remove unnecessary USES
The .desktop file provided by the port does not contain MimeType in it so
remove USES=desktop-file-utils
Reported by: eduardo@
-rw-r--r-- | sysutils/htop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index 54840ddc7e84..06d12edfd414 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -1,5 +1,6 @@ PORTNAME= htop DISTVERSION= 3.3.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= gaod@hychen.org @@ -9,7 +10,7 @@ WWW= https://htop.dev/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf compiler:c11 cpe desktop-file-utils libtool localbase \ +USES= autoreconf compiler:c11 cpe libtool localbase \ ncurses pkgconfig python:build shebangfix USE_GITHUB= yes |