diff options
author | marino <marino@FreeBSD.org> | 2016-02-05 19:44:44 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-05 19:44:44 +0800 |
commit | 6976f1546222bb1f90db404bca8b7488040196fb (patch) | |
tree | 9f9f18181a943c4f82edd6047c89e7588807daf1 /net-mgmt | |
parent | 6e90c5738a68106d0463288513a13a6756c34fb4 (diff) | |
download | freebsd-ports-gnome-6976f1546222bb1f90db404bca8b7488040196fb.tar.gz freebsd-ports-gnome-6976f1546222bb1f90db404bca8b7488040196fb.tar.zst freebsd-ports-gnome-6976f1546222bb1f90db404bca8b7488040196fb.zip |
net-mgmt/cnagios: document ncurses requirement (USES+=ncurses)
Also link with libncurses, not libcurses
approved by: infrastructure blanket
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/cnagios/Makefile | 3 |
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: |