diff options
author | marino <marino@FreeBSD.org> | 2016-02-05 19:20:53 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-05 19:20:53 +0800 |
commit | 802068a1bf79d2f8885ab222c058300099bc2321 (patch) | |
tree | 5575da4de94d14e5142968e867b10960604a8964 /net-im | |
parent | 8f01121ff787742bbf07c89d8e4749e60c265f19 (diff) | |
download | freebsd-ports-gnome-802068a1bf79d2f8885ab222c058300099bc2321.tar.gz freebsd-ports-gnome-802068a1bf79d2f8885ab222c058300099bc2321.tar.zst freebsd-ports-gnome-802068a1bf79d2f8885ab222c058300099bc2321.zip |
net-im/echat: USES+= ncurses, respect LDFLAGS
Also link with libncurses, not libcurses
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: |