diff options
author | marino <marino@FreeBSD.org> | 2016-12-13 08:06:05 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-12-13 08:06:05 +0800 |
commit | db5958c3fc8529da1b94626b2c292db14ed71ec0 (patch) | |
tree | e853982a09eadf47ca2a68a2251a1bd6dcbbfeee /net-mgmt/nagnu | |
parent | 31576f28ce2c00183231f0c0db57aae525842aa9 (diff) | |
download | freebsd-ports-gnome-db5958c3fc8529da1b94626b2c292db14ed71ec0.tar.gz freebsd-ports-gnome-db5958c3fc8529da1b94626b2c292db14ed71ec0.tar.zst freebsd-ports-gnome-db5958c3fc8529da1b94626b2c292db14ed71ec0.zip |
net-mgmt/nagnu: Fix ncurses requirement specification
discussed-with: pi (originally committer)
Diffstat (limited to 'net-mgmt/nagnu')
-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 \ |