ports/devel/erlang-protobuffs/files/patch-rebar.config
2016-07-13 01:55:18 +00:00

10 lines
284 B
Text

--- rebar.config.orig 2016-07-11 16:31:36 UTC
+++ rebar.config
@@ -1,7 +1,6 @@
{erl_opts, [debug_info]}.
{deps,[
- {meck, "0.8.*", {git, "https://github.com/basho/meck.git", {tag, "0.8.2"}}}
]}.
{clean_files, ["*~","**/*~","**/*.beam","logs/*","test/Emakefile"]}.