Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 11:44:44 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408167 - head/net-mgmt/cnagios
Message-ID:  <201602051144.u15Biiua086129@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Feb  5 11:44:44 2016
New Revision: 408167
URL: https://svnweb.freebsd.org/changeset/ports/408167

Log:
  net-mgmt/cnagios: document ncurses requirement (USES+=ncurses)
  
  Also link with libncurses, not libcurses
  
  approved by:	infrastructure blanket

Modified:
  head/net-mgmt/cnagios/Makefile

Modified: head/net-mgmt/cnagios/Makefile
==============================================================================
--- head/net-mgmt/cnagios/Makefile	Fri Feb  5 11:42:57 2016	(r408166)
+++ head/net-mgmt/cnagios/Makefile	Fri Feb  5 11:44:44 2016	(r408167)
@@ -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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602051144.u15Biiua086129>