svn commit: r407623 - head/editors/zile

John Marino marino at FreeBSD.org
Sun Jan 31 12:47:53 UTC 2016


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


More information about the svn-ports-head mailing list