svn commit: r407621 - head/editors/vile

John Marino marino at FreeBSD.org
Sun Jan 31 12:35:37 UTC 2016


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


More information about the svn-ports-head mailing list