diff options
author | marino <marino@FreeBSD.org> | 2016-11-20 05:58:29 +0000 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-11-20 05:58:29 +0000 |
commit | 46f5801b38e38863fdcbde70cdf1cc032a24410f (patch) | |
tree | 3cd60ac44c13b55d1a83b8e2ae3cb6b9c20c5b6e | |
parent | 03eab3cf82ce0cb467b8c69239a3054f50979e86 (diff) | |
download | FreeBSD-ports-46f5801b38e38863fdcbde70cdf1cc032a24410f.zip FreeBSD-ports-46f5801b38e38863fdcbde70cdf1cc032a24410f.tar.gz |
net/bird, net/bird6: Document ncurses requirement
Approved by: ncurses blanket
-rw-r--r-- | net/bird/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bird/Makefile b/net/bird/Makefile index 20fff54..75ed0a9 100644 --- a/net/bird/Makefile +++ b/net/bird/Makefile @@ -13,7 +13,7 @@ COMMENT?= Dynamic IP routing daemon (IPv4 version) LICENSE= GPLv2 -USES= bison gmake readline +USES= bison gmake ncurses readline GNU_CONFIGURE= yes CONFIGURE_ARGS+= --localstatedir=/var |