diff options
author | marino <marino@FreeBSD.org> | 2016-02-04 05:49:42 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-04 05:49:42 +0800 |
commit | 4ce082fd9d6b8fe5023de94e14451bf8f4b0fcd0 (patch) | |
tree | de71c5e124290b5833d423824be684be61da0857 /shells/fish | |
parent | 79b0d9d4737c10796cc36d6aa034c26abfca4b3f (diff) | |
download | freebsd-ports-gnome-4ce082fd9d6b8fe5023de94e14451bf8f4b0fcd0.tar.gz freebsd-ports-gnome-4ce082fd9d6b8fe5023de94e14451bf8f4b0fcd0.tar.zst freebsd-ports-gnome-4ce082fd9d6b8fe5023de94e14451bf8f4b0fcd0.zip |
shells/fish: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'shells/fish')
-rw-r--r-- | shells/fish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index 3c7753f5981b..7daeb0be2c5b 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -11,7 +11,7 @@ COMMENT= User friendly command line shell LICENSE= GPLv2 -USES= autoreconf cpe gmake iconv pkgconfig pathfix +USES= autoreconf cpe gmake iconv ncurses pkgconfig pathfix GNU_CONFIGURE= yes CPE_VENDOR= fishshell |