diff options
author | marino <marino@FreeBSD.org> | 2016-02-04 23:50:41 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-04 23:50:41 +0800 |
commit | 402a8e24c8efabe9798374400132018b5c712746 (patch) | |
tree | 1adca0f3555f83a1f09fb876c7473a4d09fa73ca /sysutils | |
parent | 8bdf94e49b9fd6547640adfc0d5d0ddfa13c40be (diff) | |
download | freebsd-ports-gnome-402a8e24c8efabe9798374400132018b5c712746.tar.gz freebsd-ports-gnome-402a8e24c8efabe9798374400132018b5c712746.tar.zst freebsd-ports-gnome-402a8e24c8efabe9798374400132018b5c712746.zip |
sysutils/ncdu: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ncdu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/ncdu/Makefile b/sysutils/ncdu/Makefile index a1b9ca7c9e0c..68ecb312ec3e 100644 --- a/sysutils/ncdu/Makefile +++ b/sysutils/ncdu/Makefile @@ -11,6 +11,7 @@ COMMENT= Ncurses du(1) LICENSE= MIT +USES= ncurses GNU_CONFIGURE= yes PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz |