svn commit: r407922 - head/misc/linm

John Marino marino at FreeBSD.org
Wed Feb 3 00:00:20 UTC 2016


Author: marino
Date: Wed Feb  3 00:00:18 2016
New Revision: 407922
URL: https://svnweb.freebsd.org/changeset/ports/407922

Log:
  misc/linm: document ncurses requirement (USES+=ncurses)

Modified:
  head/misc/linm/Makefile

Modified: head/misc/linm/Makefile
==============================================================================
--- head/misc/linm/Makefile	Tue Feb  2 23:58:43 2016	(r407921)
+++ head/misc/linm/Makefile	Wed Feb  3 00:00:18 2016	(r407922)
@@ -14,7 +14,7 @@ COMMENT=	Clone of Mdir, mc-style termina
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gettext pkgconfig gmake libtool
+USES=		gettext pkgconfig gmake libtool ncurses
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-cfgpath="${ETCDIR}"


More information about the svn-ports-all mailing list