Date: Wed, 3 Feb 2016 00:18:36 +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: r407926 - head/misc/window Message-ID: <201602030018.u130Iax3021812@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602030018.u130Iax3021812>