diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-20 10:18:43 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-20 10:18:43 +0000 |
commit | 8799f4202d0beb0c625b807ba8ea008036b311b4 (patch) | |
tree | 92548fbc3dc7cc31ed895309769c3db1d8bd30b2 /lang/erlang-runtime16 | |
parent | b9a4415b4d70825153224422b291e293e5a6bcce (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 c6fa0bef8932..17b32a05a396 100644 --- a/lang/erlang-runtime16/Makefile +++ b/lang/erlang-runtime16/Makefile @@ -106,7 +106,7 @@ CONFIGURE_ARGS+=--disable-kernel-poll .endif .if ${PORT_OPTIONS:MGS} -USE_TK_RUN= yes +USES+= tk:run .endif .if ${PORT_OPTIONS:MWX} |