1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

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

This commit is contained in:
John Marino 2016-01-31 12:34:28 +00:00
parent 2d239fade9
commit 32cd29d6dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407620

View File

@ -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"