aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/htop/Makefile3
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