Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2016 12:35:36 +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: r407621 - head/editors/vile
Message-ID:  <201601311235.u0VCZaIh046216@repo.freebsd.org>

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

Log:
  editors/vile: document ncurses requirement (USES+=ncurses)

Modified:
  head/editors/vile/Makefile

Modified: head/editors/vile/Makefile
==============================================================================
--- head/editors/vile/Makefile	Sun Jan 31 12:34:28 2016	(r407620)
+++ head/editors/vile/Makefile	Sun Jan 31 12:35:36 2016	(r407621)
@@ -18,7 +18,7 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	reflex:${PORTSDIR}/textproc/reflex
 
-USES=		pkgconfig shebangfix tar:tgz
+USES=		ncurses pkgconfig shebangfix tar:tgz
 SHEBANG_FILES=	perl/vileget
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	cf_cv_crypt_works=yes



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