Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2016 00:00:18 +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: r407922 - head/misc/linm
Message-ID:  <201602030000.u1300I5B015785@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}"



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