diff options
author | marino <marino@FreeBSD.org> | 2016-02-03 07:57:36 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-03 07:57:36 +0800 |
commit | 39c5cf097508bd8618d569432fd385f011f5063d (patch) | |
tree | 528f844fae806f629b41b5a1d4b048f27aa2a1ed /misc | |
parent | c567c3d258f1235b67151cb9f6316bc2c5e9225d (diff) | |
download | freebsd-ports-gnome-39c5cf097508bd8618d569432fd385f011f5063d.tar.gz freebsd-ports-gnome-39c5cf097508bd8618d569432fd385f011f5063d.tar.zst freebsd-ports-gnome-39c5cf097508bd8618d569432fd385f011f5063d.zip |
misc/lv: document ncurses requirement (USES+=ncurses)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/lv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/lv/Makefile b/misc/lv/Makefile index e61ce416f5ea..acc9631fbf76 100644 --- a/misc/lv/Makefile +++ b/misc/lv/Makefile @@ -14,6 +14,7 @@ COMMENT= Powerful Multilingual File Viewer LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/../GPL.txt +USES= ncurses WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes |