Date: Tue, 23 Aug 2016 17:38:17 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420719 - head/net-mgmt/ap-utils Message-ID: <201608231738.u7NHcHmI084305@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Aug 23 17:38:17 2016 New Revision: 420719 URL: https://svnweb.freebsd.org/changeset/ports/420719 Log: net-mgmt/ap-utils: document ncurses requirement Approved by: ncurses blanket Modified: head/net-mgmt/ap-utils/Makefile Modified: head/net-mgmt/ap-utils/Makefile ============================================================================== --- head/net-mgmt/ap-utils/Makefile Tue Aug 23 17:36:36 2016 (r420718) +++ head/net-mgmt/ap-utils/Makefile Tue Aug 23 17:38:17 2016 (r420719) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608231738.u7NHcHmI084305>