diff options
| author | John Marino <marino@FreeBSD.org> | 2016-02-05 13:08:59 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2016-02-05 13:08:59 +0000 |
| commit | 624739ba8a9f53b4768dd3de701f311d29a93477 (patch) | |
| tree | 41c2452eea91f3e048dd94251edde654e3afdb59 | |
| parent | Make 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/Makefile | 4 |
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 |
