Date: Tue, 2 Feb 2016 23:56:27 +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: r407919 - head/misc/lr Message-ID: <201602022356.u12NuRPt015334@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Feb 2 23:56:27 2016 New Revision: 407919 URL: https://svnweb.freebsd.org/changeset/ports/407919 Log: misc/lr: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/misc/lr/Makefile Modified: head/misc/lr/Makefile ============================================================================== --- head/misc/lr/Makefile Tue Feb 2 23:51:23 2016 (r407918) +++ head/misc/lr/Makefile Tue Feb 2 23:56:27 2016 (r407919) @@ -10,6 +10,7 @@ DISTNAME= lazyread-${PORTVERSION} MAINTAINER= mich@FreeBSD.org COMMENT= Lazyread can auto-scroll files on your screen in movie credit fashion +USES= ncurses OPTIONS_DEFINE= DOCS .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602022356.u12NuRPt015334>