Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2016 15:46:55 +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: r408043 - head/sysutils/lmmon
Message-ID:  <201602041546.u14Fkt6j025272@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Feb  4 15:46:55 2016
New Revision: 408043
URL: https://svnweb.freebsd.org/changeset/ports/408043

Log:
  sysutils/lmmon: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
  
  Also link to libncurses rather than libcurses
  
  approved by:	infrastructure blanket

Modified:
  head/sysutils/lmmon/Makefile

Modified: head/sysutils/lmmon/Makefile
==============================================================================
--- head/sysutils/lmmon/Makefile	Thu Feb  4 15:29:25 2016	(r408042)
+++ head/sysutils/lmmon/Makefile	Thu Feb  4 15:46:55 2016	(r408043)
@@ -12,8 +12,9 @@ COMMENT=	Display information gathered fr
 
 LICENSE=	BSD2CLAUSE
 
-USES=		uidfix
+USES=		ncurses uidfix
 GNU_CONFIGURE=	yes
+MAKE_ARGS+=	LDFLAGS="${LDFLAGS} -lncurses"
 
 ONLY_FOR_ARCHS=	i386 amd64
 



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