diff options
author | marino <marino@FreeBSD.org> | 2016-02-05 13:45:09 +0000 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-05 13:45:09 +0000 |
commit | 8518a99305ab6a05c6187fbdc03c8880a55bc85e (patch) | |
tree | 5054aaa380bb9b6b12bb81b3bb209d1489e48faa | |
parent | a0969ec9fb55749c54eed6fc909bd92566f89233 (diff) | |
download | FreeBSD-ports-8518a99305ab6a05c6187fbdc03c8880a55bc85e.zip FreeBSD-ports-8518a99305ab6a05c6187fbdc03c8880a55bc85e.tar.gz |
news/tin: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
-rw-r--r-- | news/tin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 99c61df..46b153f 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= libuu.so:${PORTSDIR}/converters/uulib \ libpcre.so:${PORTSDIR}/devel/pcre RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support -USES= gmake iconv shebangfix tar:bzip2 +USES= gmake iconv ncurses shebangfix tar:bzip2 GNU_CONFIGURE= yes SHEBANG_FILES= tools/opt-case.pl tools/tinews.pl tools/url_handler.pl \ tools/w2r.pl |