summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-05 13:08:59 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-05 13:08:59 +0000
commit624739ba8a9f53b4768dd3de701f311d29a93477 (patch)
tree41c2452eea91f3e048dd94251edde654e3afdb59
parentMake life of pig users a bit harder. (diff)
x11/xterm: document ncurses requirement (USES+=ncurses)
Also link with libncurses, not libcurses approved by: infrastructure blanket
-rw-r--r--net/recvnet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/recvnet/Makefile b/net/recvnet/Makefile
index c0c46e67c1c7..dba847814d07 100644
--- a/net/recvnet/Makefile
+++ b/net/recvnet/Makefile
@@ -14,10 +14,10 @@ COMMENT= Recvnet (inverse telnet) is a utility for debugging tcp connections
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/license.txt
-USES= tar:tgz
+USES= ncurses tar:tgz
CFLAGS+= -DVERSION=\"${PORTVERSION}\"
-LDFLAGS+= -lcurses
+LDFLAGS+= -lncurses
PLIST_FILES= bin/recvnet