net-im/echat: USES+= ncurses, respect LDFLAGS
Also link with libncurses, not libcurses
This commit is contained in:
parent
517d79dd26
commit
8d26b80983
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408161
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user