Date: Fri, 5 Feb 2016 11:20:54 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408161 - head/net-im/echat Message-ID: <201602051120.u15BKsKR077158@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Feb 5 11:20:53 2016 New Revision: 408161 URL: https://svnweb.freebsd.org/changeset/ports/408161 Log: net-im/echat: USES+= ncurses, respect LDFLAGS Also link with libncurses, not libcurses Modified: head/net-im/echat/Makefile Modified: head/net-im/echat/Makefile ============================================================================== --- head/net-im/echat/Makefile Fri Feb 5 11:16:04 2016 (r408160) +++ head/net-im/echat/Makefile Fri Feb 5 11:20:53 2016 (r408161) @@ -9,6 +9,8 @@ MASTER_SITES= http://echat.deep.perm.ru/ 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602051120.u15BKsKR077158>