diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-06 14:02:48 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-06 14:02:48 +0000 |
commit | 756755faa14eb59bdbe9b011f932b6ef7d856457 (patch) | |
tree | 7f9e99eec6b1e5f98a43cd521b08194eb43d8a7d /lang/erlang-runtime16 | |
parent | f275cc2cf44bc3215a5466c3053fd58d6405141e (diff) |
Notes
Diffstat (limited to 'lang/erlang-runtime16')
-rw-r--r-- | lang/erlang-runtime16/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/erlang-runtime16/Makefile b/lang/erlang-runtime16/Makefile index b9d190350e76..78f509708d96 100644 --- a/lang/erlang-runtime16/Makefile +++ b/lang/erlang-runtime16/Makefile @@ -42,7 +42,7 @@ OPTIONS_EXCLUDE_DragonFly= HIPE SCTP ERL_RELEASE= R${PORTVERSION:S/.//g:tu:S/1$/-1/} -USES= gmake perl5 +USES= gmake ncurses perl5 USE_PERL5= build GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib |