svn commit: r408043 - head/sysutils/lmmon

John Marino marino at FreeBSD.org
Thu Feb 4 15:46:56 UTC 2016


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
 


More information about the svn-ports-all mailing list