aboutsummaryrefslogtreecommitdiffstats
path: root/editors/tweak
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-01-31 20:34:28 +0800
committermarino <marino@FreeBSD.org>2016-01-31 20:34:28 +0800
commitea249ce29db2b1701f382b11b10843d5967efde4 (patch)
tree85176fc6d4e5aed7885d2e5ffccae314dae731b4 /editors/tweak
parentf7763c5942cb9d628eff1958fa2aa04dfc15e20f (diff)
downloadfreebsd-ports-gnome-ea249ce29db2b1701f382b11b10843d5967efde4.tar.gz
freebsd-ports-gnome-ea249ce29db2b1701f382b11b10843d5967efde4.tar.zst
freebsd-ports-gnome-ea249ce29db2b1701f382b11b10843d5967efde4.zip
editors/tweak: document ncurses requirement (USES+=ncurses)
Diffstat (limited to 'editors/tweak')
-rw-r--r--editors/tweak/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/tweak/Makefile b/editors/tweak/Makefile
index 2f831aac5de6..c43aa43ae6bf 100644
--- a/editors/tweak/Makefile
+++ b/editors/tweak/Makefile
@@ -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"