aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cnagios
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-05 11:44:44 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-05 11:44:44 +0000
commit8846477d35ab22ad9de70b7d1f52c2ffa232b00f (patch)
tree9f9f18181a943c4f82edd6047c89e7588807daf1 /net-mgmt/cnagios
parent6b1513eae77030c2b7f3a9033846d0e424b654d0 (diff)
downloadports-8846477d35ab22ad9de70b7d1f52c2ffa232b00f.tar.gz
ports-8846477d35ab22ad9de70b7d1f52c2ffa232b00f.zip
net-mgmt/cnagios: document ncurses requirement (USES+=ncurses)
Also link with libncurses, not libcurses approved by: infrastructure blanket
Notes
Notes: svn path=/head/; revision=408167
Diffstat (limited to 'net-mgmt/cnagios')
-rw-r--r--net-mgmt/cnagios/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/cnagios/Makefile b/net-mgmt/cnagios/Makefile
index bf149f52e5b7..713f483bfb07 100644
--- a/net-mgmt/cnagios/Makefile
+++ b/net-mgmt/cnagios/Makefile
@@ -22,7 +22,8 @@ CONFIGURE_ARGS= --with-etc-dir="${ETCDIR}" \
--with-var-dir="${NAGIOSDIR}" \
--with-status-file="${NAGIOSDIR}/status.dat" \
--with-nagios-data=3
-USES= perl5
+USES= ncurses perl5
+MAKE_ARGS= LIBS="-lncurses"
ALL_TARGET= cnagios
post-install: