Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2016 22:40:59 +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: r408002 - head/sysutils/ccze
Message-ID:  <201602032240.u13Mexan019968@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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