Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2016 12:47:52 +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: r407623 - head/editors/zile
Message-ID:  <201601311247.u0VClqdr049367@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Jan 31 12:47:51 2016
New Revision: 407623
URL: https://svnweb.freebsd.org/changeset/ports/407623

Log:
  editors/zile: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/editors/zile/Makefile

Modified: head/editors/zile/Makefile
==============================================================================
--- head/editors/zile/Makefile	Sun Jan 31 12:41:50 2016	(r407622)
+++ head/editors/zile/Makefile	Sun Jan 31 12:47:51 2016	(r407623)
@@ -15,7 +15,7 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	libgc.so:${PORTSDIR}/devel/boehm-gc
 BUILD_DEPENDS=	${LOCALBASE}/bin/help2man:${PORTSDIR}/misc/help2man
 
-USES=		gmake perl5 pkgconfig compiler:c++11-lang
+USES=		gmake ncurses perl5 pkgconfig compiler:c++11-lang
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-included-regex



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