diff options
Diffstat (limited to 'sysutils/ncdu2/Makefile')
-rw-r--r-- | sysutils/ncdu2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ncdu2/Makefile b/sysutils/ncdu2/Makefile index 22d91ce2ac85..93a4d28551e1 100644 --- a/sysutils/ncdu2/Makefile +++ b/sysutils/ncdu2/Makefile @@ -1,5 +1,5 @@ PORTNAME= ncdu -PORTVERSION= 2.7 +PORTVERSION= 2.8.2 CATEGORIES= sysutils MASTER_SITES= https://dev.yorhel.nl/download/ PKGNAMESUFFIX= 2 @@ -12,7 +12,7 @@ WWW= https://dev.yorhel.nl/ncdu \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSES/MIT.txt -BUILD_DEPENDS= zig>=0.12<0.14:lang/zig +BUILD_DEPENDS= zig>=0.14:lang/zig LIB_DEPENDS= libzstd.so:archivers/zstd USES= ncurses pkgconfig |