aboutsummaryrefslogtreecommitdiff
path: root/net/httping
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-05 12:24:38 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-05 12:24:38 +0000
commitc8c4adb4473f9951227f8a4fa0ee45748f536e88 (patch)
tree3d0ab3d000274d74fcae95c011d1f968ce179887 /net/httping
parentc7a73245c101959cff5f090cdc6151bb3c6ae768 (diff)
downloadports-c8c4adb4473f9951227f8a4fa0ee45748f536e88.tar.gz
ports-c8c4adb4473f9951227f8a4fa0ee45748f536e88.zip
net/httping: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Notes
Notes: svn path=/head/; revision=408174
Diffstat (limited to 'net/httping')
-rw-r--r--net/httping/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile
index 979cbb9021b1..7e2246539ab6 100644
--- a/net/httping/Makefile
+++ b/net/httping/Makefile
@@ -19,6 +19,7 @@ PLIST_FILES= bin/httping man/man1/httping.1.gz
OPTIONS_DEFINE= NCURSES FFTW SSL
OPTIONS_DEFAULT=NCURSES SSL
+NCURSES_USES= ncurses
.include <bsd.port.options.mk>