svn commit: r407926 - head/misc/window

John Marino marino at FreeBSD.org
Wed Feb 3 00:18:38 UTC 2016


Author: marino
Date: Wed Feb  3 00:18:36 2016
New Revision: 407926
URL: https://svnweb.freebsd.org/changeset/ports/407926

Log:
  misc/window: document ncurses requirement (USES+=ncurses)
  
  link to libncurses, not libtermcap
  
  approved by:	infrastructure blanket

Modified:
  head/misc/window/Makefile

Modified: head/misc/window/Makefile
==============================================================================
--- head/misc/window/Makefile	Wed Feb  3 00:16:12 2016	(r407925)
+++ head/misc/window/Makefile	Wed Feb  3 00:18:36 2016	(r407926)
@@ -11,8 +11,10 @@ COMMENT=	Window environment on ASCII ter
 
 LICENSE=	BSD4CLAUSE
 
+USES=		ncurses
 WRKSRC=		${WRKDIR}/window
 CFLAGS+=	-Wno-return-type
+MAKE_ARGS=	LDADD="-lncurses -lutil"
 
 PLIST_FILES=	bin/window man/man1/window.1.gz
 


More information about the svn-ports-all mailing list