1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

net-mgmt/cnagios: document ncurses requirement (USES+=ncurses)

Also link with libncurses, not libcurses

approved by:	infrastructure blanket
This commit is contained in:
John Marino 2016-02-05 11:44:44 +00:00
parent 6b1513eae7
commit 8846477d35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408167

View File

@ -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: