diff options
author | John Marino <marino@FreeBSD.org> | 2016-04-08 12:24:00 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-04-08 12:24:00 +0000 |
commit | 15495fa58dc956d2ae1a01307305b0628eb0e368 (patch) | |
tree | a22e50c8dff0eb112817f3ccfb31f018211c9a2b | |
parent | Update devel/elixir-hex to version 0.11.5. (diff) |
misc/lifelines: Return USES=ncurses (removed by r411920)
-rw-r--r-- | misc/lifelines/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile index 18b04fca05ee..79d315e8fdf3 100644 --- a/misc/lifelines/Makefile +++ b/misc/lifelines/Makefile @@ -12,7 +12,7 @@ COMMENT= Advanced genealogical system LICENSE= MIT GNU_CONFIGURE= yes -USES= autoreconf bison gmake iconv +USES= autoreconf bison gmake iconv ncurses MAKE_JOBS_UNSAFE=yes |