diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-02 23:56:27 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-02 23:56:27 +0000 |
commit | c6fed71de8b54b25e6492323f4775ca0cc9d1003 (patch) | |
tree | 544fc837ac741dde095fbb16a0fca5d50e373be6 /misc/lr | |
parent | misc/lifelines: document ncurses requirement (USES+=ncurses) (diff) |
misc/lr: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Notes
Notes:
svn path=/head/; revision=407919
Diffstat (limited to 'misc/lr')
-rw-r--r-- | misc/lr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/lr/Makefile b/misc/lr/Makefile index b5be4e34fc7f..bdb7bc92b1d7 100644 --- a/misc/lr/Makefile +++ b/misc/lr/Makefile @@ -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> |