svn commit: r408182 - head/net/recvnet

John Marino marino at FreeBSD.org
Fri Feb 5 13:09:00 UTC 2016


Author: marino
Date: Fri Feb  5 13:08:59 2016
New Revision: 408182
URL: https://svnweb.freebsd.org/changeset/ports/408182

Log:
  x11/xterm: document ncurses requirement (USES+=ncurses)
  
  Also link with libncurses, not libcurses
  
  approved by:	infrastructure blanket

Modified:
  head/net/recvnet/Makefile

Modified: head/net/recvnet/Makefile
==============================================================================
--- head/net/recvnet/Makefile	Fri Feb  5 12:53:18 2016	(r408181)
+++ head/net/recvnet/Makefile	Fri Feb  5 13:08:59 2016	(r408182)
@@ -14,10 +14,10 @@ COMMENT=	Recvnet (inverse telnet) is a u
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/license.txt
 
-USES=		tar:tgz
+USES=		ncurses tar:tgz
 
 CFLAGS+=	-DVERSION=\"${PORTVERSION}\"
-LDFLAGS+=	-lcurses
+LDFLAGS+=	-lncurses
 
 PLIST_FILES=	bin/recvnet
 


More information about the svn-ports-all mailing list