diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-11-19 15:57:08 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-11-19 15:57:08 +0000 |
commit | b4bab1c271f83a726336facb0ca61d5b3dd7dc68 (patch) | |
tree | 8d3d2c40872fa7f4d249c096fa4b37062aa00d11 /lang/erlang-wx | |
parent | bcd04fb32a034ad109744e7b77dad8391782abf9 (diff) |
Notes
Diffstat (limited to 'lang/erlang-wx')
-rw-r--r-- | lang/erlang-wx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/erlang-wx/Makefile b/lang/erlang-wx/Makefile index fa8bd05b0de6..b57b15bebf42 100644 --- a/lang/erlang-wx/Makefile +++ b/lang/erlang-wx/Makefile @@ -40,7 +40,8 @@ OPTIONS_DEFINE= DOCS ERL_RELEASE= 19.3 -USES= gmake +USES= gmake perl5 +USE_PERL5= build USE_GL= gl glu GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib |