svn commit: r408002 - head/sysutils/ccze

John Marino marino at FreeBSD.org
Wed Feb 3 22:41:01 UTC 2016


Author: marino
Date: Wed Feb  3 22:40:59 2016
New Revision: 408002
URL: https://svnweb.freebsd.org/changeset/ports/408002

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

Modified:
  head/sysutils/ccze/Makefile

Modified: head/sysutils/ccze/Makefile
==============================================================================
--- head/sysutils/ccze/Makefile	Wed Feb  3 22:39:52 2016	(r408001)
+++ head/sysutils/ccze/Makefile	Wed Feb  3 22:40:59 2016	(r408002)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
-USES=		gmake
+USES=		gmake ncurses
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list