svn commit: r408167 - head/net-mgmt/cnagios

John Marino marino at FreeBSD.org
Fri Feb 5 11:44:46 UTC 2016


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:


More information about the svn-ports-all mailing list