svn commit: r408051 - head/sysutils/psmisc

John Marino marino at FreeBSD.org
Thu Feb 4 16:25:39 UTC 2016


Author: marino
Date: Thu Feb  4 16:25:37 2016
New Revision: 408051
URL: https://svnweb.freebsd.org/changeset/ports/408051

Log:
  sysutils/psmisc: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/sysutils/psmisc/Makefile

Modified: head/sysutils/psmisc/Makefile
==============================================================================
--- head/sysutils/psmisc/Makefile	Thu Feb  4 16:24:26 2016	(r408050)
+++ head/sysutils/psmisc/Makefile	Thu Feb  4 16:25:37 2016	(r408051)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	gsed:${PORTSDIR}/textproc
 CONFLICTS=	pidof-[0-9]* pstree-2.[0-9]*
 
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		gmake ncurses
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes


More information about the svn-ports-all mailing list