Date: Tue, 13 Dec 2016 00:06:05 +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: r428455 - head/net-mgmt/nagnu Message-ID: <201612130006.uBD06573006073@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612130006.uBD06573006073>