Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2016 12:34:28 +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: r407620 - head/editors/tweak
Message-ID:  <201601311234.u0VCYSRg046076@repo.freebsd.org>

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

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

Modified:
  head/editors/tweak/Makefile

Modified: head/editors/tweak/Makefile
==============================================================================
--- head/editors/tweak/Makefile	Sun Jan 31 12:29:31 2016	(r407619)
+++ head/editors/tweak/Makefile	Sun Jan 31 12:34:28 2016	(r407620)
@@ -12,7 +12,7 @@ COMMENT=	Efficient hex editor
 PLIST_FILES=	bin/tweak \
 		man/man1/tweak.1.gz
 
-USES=		uidfix
+USES=		ncurses uidfix
 MAKEFILE=	${FILESDIR}/Makefile.in
 MAKE_ENV+=	BINDIR="${LOCALBASE}/bin" MANDIR="${PREFIX}/man/man"
 



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