Skip to content
Snippets Groups Projects
Commit 9cb4c626 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

Add :bsdmake dependency

parent 0cd87229
No related branches found
No related tags found
No related merge requests found
......@@ -59,8 +59,8 @@ private
def parse_symbol_spec spec, tag
case spec
when :autoconf, :automake, :libtool
# Xcode no longer comes with autotools
when :autoconf, :automake, :bsdmake, :libtool
# Xcode no longer provides autotools or some other build tools
MacOS.xcode_version >= "4.3" ? Dependency.new(spec.to_s) : nil
when :x11, :libpng
X11Dependency.new(tag)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment