aboutsummaryrefslogtreecommitdiff
path: root/misc/window
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-03 00:18:36 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-03 00:18:36 +0000
commit8141d1e91a738c71bebb1f58e45cb1542be634e1 (patch)
treeccce312099b24e974dbc16239a783c21a7631cd5 /misc/window
parent3bc5b50b62034bdd770fc04a76313aeebf2f1e4f (diff)
downloadports-8141d1e91a738c71bebb1f58e45cb1542be634e1.tar.gz
ports-8141d1e91a738c71bebb1f58e45cb1542be634e1.zip
misc/window: document ncurses requirement (USES+=ncurses)
link to libncurses, not libtermcap approved by: infrastructure blanket
Notes
Notes: svn path=/head/; revision=407926
Diffstat (limited to 'misc/window')
-rw-r--r--misc/window/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/window/Makefile b/misc/window/Makefile
index c4a0c55ba305..3475c88ecd61 100644
--- a/misc/window/Makefile
+++ b/misc/window/Makefile
@@ -11,8 +11,10 @@ COMMENT= Window environment on ASCII terminals
LICENSE= BSD4CLAUSE
+USES= ncurses
WRKSRC= ${WRKDIR}/window
CFLAGS+= -Wno-return-type
+MAKE_ARGS= LDADD="-lncurses -lutil"
PLIST_FILES= bin/window man/man1/window.1.gz