diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-05 11:20:53 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-05 11:20:53 +0000 |
commit | 8d26b80983b1261fb7440032a634199f86f7c182 (patch) | |
tree | 5575da4de94d14e5142968e867b10960604a8964 /net-im | |
parent | 517d79dd2690968c23b4bae6575a35b3b2785306 (diff) |
net-im/echat: USES+= ncurses, respect LDFLAGS
Also link with libncurses, not libcurses
Notes
Notes:
svn path=/head/; revision=408161
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/echat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/echat/Makefile b/net-im/echat/Makefile index 7f9dfce0dd62..bbaeaa7cdd72 100644 --- a/net-im/echat/Makefile +++ b/net-im/echat/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://echat.deep.perm.ru/files/ MAINTAINER= ports@FreeBSD.org COMMENT= LAN chat program over the TCP/IP networks +USES= ncurses +MAKE_ARGS= LIBS="${LDFLAGS} -lncurses" SUB_FILES= pkg-message post-patch: |