svn commit: r428455 - head/net-mgmt/nagnu

John Marino marino at FreeBSD.org
Tue Dec 13 00:06:07 UTC 2016


Author: marino
Date: Tue Dec 13 00:06:05 2016
New Revision: 428455
URL: https://svnweb.freebsd.org/changeset/ports/428455

Log:
  net-mgmt/nagnu: Fix ncurses requirement specification
  
  discussed-with:	pi (originally committer)

Modified:
  head/net-mgmt/nagnu/Makefile

Modified: head/net-mgmt/nagnu/Makefile
==============================================================================
--- head/net-mgmt/nagnu/Makefile	Mon Dec 12 23:44:00 2016	(r428454)
+++ head/net-mgmt/nagnu/Makefile	Tue Dec 13 00:06:05 2016	(r428455)
@@ -9,9 +9,9 @@ COMMENT=	Nagios dashboard
 
 LICENSE=	BSD2CLAUSE
 
-LIB_DEPENDS=	libcurl.so:ftp/curl \
-		libncurses.so:devel/ncurses
+LIB_DEPENDS=	libcurl.so:ftp/curl
 
+USES=		ncurses:port
 USE_GITHUB=	yes
 GH_ACCOUNT=	frlen
 PLIST_FILES=	bin/nagnu \


More information about the svn-ports-head mailing list