svn commit: r407620 - head/editors/tweak

John Marino marino at FreeBSD.org
Sun Jan 31 12:34:29 UTC 2016


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"
 


More information about the svn-ports-all mailing list