diff options
author | John Marino <marino@FreeBSD.org> | 2016-12-13 00:06:05 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-12-13 00:06:05 +0000 |
commit | d404e6e13a6433c205f681b8c9f5686ca1c5ac21 (patch) | |
tree | e853982a09eadf47ca2a68a2251a1bd6dcbbfeee /net-mgmt | |
parent | 0bcdd36a41329df2fa393b025911bd1ff4e39a9c (diff) | |
download | ports-d404e6e13a6433c205f681b8c9f5686ca1c5ac21.tar.gz ports-d404e6e13a6433c205f681b8c9f5686ca1c5ac21.zip |
net-mgmt/nagnu: Fix ncurses requirement specification
discussed-with: pi (originally committer)
Notes
Notes:
svn path=/head/; revision=428455
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagnu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/nagnu/Makefile b/net-mgmt/nagnu/Makefile index f83867e48ae4..2b8bd0473609 100644 --- a/net-mgmt/nagnu/Makefile +++ b/net-mgmt/nagnu/Makefile @@ -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 \ |