aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-23 18:17:55 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-23 18:17:55 +0000
commitdac0e196315af5fb676698ef95782799c08b7353 (patch)
treee61aed6a30304b319a111e474105fd5607522d27 /sysutils
parentcf8451792cf7acf5f33767d487bf3e019d47b37c (diff)
downloadports-dac0e196315af5fb676698ef95782799c08b7353.tar.gz
ports-dac0e196315af5fb676698ef95782799c08b7353.zip
sysutils/ncdu: Add PORTSCOUT
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ncdu/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/ncdu/Makefile b/sysutils/ncdu/Makefile
index f17cb819be03..8e3b11e9eb3a 100644
--- a/sysutils/ncdu/Makefile
+++ b/sysutils/ncdu/Makefile
@@ -18,4 +18,8 @@ GNU_CONFIGURE= yes
PLIST_FILES= bin/ncdu \
man/man1/ncdu.1.gz
+# ncdu 1.* (LTS) is written in C.
+# ncdu 2.* (stable) is written in Zig which only works with specific version.
+PORTSCOUT= limit:^1\.
+
.include <bsd.port.mk>