diff options
| author | John Marino <marino@FreeBSD.org> | 2016-01-31 11:20:47 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2016-01-31 11:20:47 +0000 |
| commit | 432356ad5715257d6d6ac0815e725f936ba74c92 (patch) | |
| tree | e8c7ec209330cbbd6fa30d4bca474c0f8e35544f | |
| parent | editors/aewan: document ncurses requirement (USES+=ncurses) (diff) | |
editors/led: document ncurses requirement (USES+=ncurses)
| -rw-r--r-- | editors/led/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/led/Makefile b/editors/led/Makefile index a5a8ce892bb4..9e82a4095047 100644 --- a/editors/led/Makefile +++ b/editors/led/Makefile @@ -13,7 +13,7 @@ COMMENT= Tiny text editor, with a number of useful programming features LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= perl5 +USES= ncurses perl5 GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes |
