svn commit: r420719 - head/net-mgmt/ap-utils

John Marino marino at FreeBSD.org
Tue Aug 23 17:38:18 UTC 2016


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 at 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
 


More information about the svn-ports-all mailing list