diff options
author | John Marino <marino@FreeBSD.org> | 2016-08-23 17:38:17 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-08-23 17:38:17 +0000 |
commit | 40fedca7dfdafbf6fc8321f588271d741d1036fd (patch) | |
tree | 1787235fb00983fbb22b2fb748c1dcebdf6a29b2 /net-mgmt/ap-utils | |
parent | 940ed1bff56c29ec83a4fb309fa6f6b419c501f1 (diff) | |
download | ports-40fedca7dfdafbf6fc8321f588271d741d1036fd.tar.gz ports-40fedca7dfdafbf6fc8321f588271d741d1036fd.zip |
Notes
Diffstat (limited to 'net-mgmt/ap-utils')
-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 |