diff options
author | marino <marino@FreeBSD.org> | 2016-02-03 07:15:13 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-03 07:15:13 +0800 |
commit | 6851f820054109683ad6bbada40a3031d2838a9b (patch) | |
tree | 87c3c557e94cc4696e6bd5d6edf9ec0b31053edb /misc | |
parent | 743762bcaf46faf1c160fa50fb5cf3df15c41049 (diff) | |
download | freebsd-ports-gnome-6851f820054109683ad6bbada40a3031d2838a9b.tar.gz freebsd-ports-gnome-6851f820054109683ad6bbada40a3031d2838a9b.tar.zst freebsd-ports-gnome-6851f820054109683ad6bbada40a3031d2838a9b.zip |
misc/display: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'misc')
-rw-r--r-- | misc/display/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/display/Makefile b/misc/display/Makefile index f4897a389ed0..2085d0f7ad59 100644 --- a/misc/display/Makefile +++ b/misc/display/Makefile @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= sjroz@verizon.net COMMENT= Runs command repeatedly; shows output +USES= ncurses GNU_CONFIGURE= yes DISPLAY_PROGRAM_PREFIX?= |