diff options
author | marino <marino@FreeBSD.org> | 2016-08-24 01:38:17 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-24 01:38:17 +0800 |
commit | 37ae81ebccb1678769b364840581a2fa06e94d1f (patch) | |
tree | 1787235fb00983fbb22b2fb748c1dcebdf6a29b2 /net-mgmt | |
parent | 691a8c6a0199a859f618059b17fe2dc8bd9cfafc (diff) | |
download | freebsd-ports-gnome-37ae81ebccb1678769b364840581a2fa06e94d1f.tar.gz freebsd-ports-gnome-37ae81ebccb1678769b364840581a2fa06e94d1f.tar.zst freebsd-ports-gnome-37ae81ebccb1678769b364840581a2fa06e94d1f.zip |
net-mgmt/ap-utils: document ncurses requirement
Approved by: ncurses blanket
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ap-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/ap-utils/Makefile b/net-mgmt/ap-utils/Makefile index 2a348e469736..9979cfe9ab8c 100644 --- a/net-mgmt/ap-utils/Makefile +++ b/net-mgmt/ap-utils/Makefile @@ -11,7 +11,7 @@ MAINTAINER= david@catwhisker.org COMMENT= Set of utilities to configure and monitor wireless access points GNU_CONFIGURE= yes -USES= iconv tar:bzip2 +USES= iconv ncurses tar:bzip2 CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lintl |