svn commit: r408161 - head/net-im/echat

John Marino marino at FreeBSD.org
Fri Feb 5 11:20:55 UTC 2016


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 at FreeBSD.org
 COMMENT=	LAN chat program over the TCP/IP networks
 
+USES=		ncurses
+MAKE_ARGS=	LIBS="${LDFLAGS} -lncurses"
 SUB_FILES=	pkg-message
 
 post-patch:


More information about the svn-ports-all mailing list