1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

net/httping: document ncurses requirement (USES+=ncurses)

approved by:	infrastructure blanket
This commit is contained in:
John Marino 2016-02-05 12:24:38 +00:00
parent c7a73245c1
commit c8c4adb447
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408174

View File

@ -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>