freetds: use Formula[]

This commit is contained in:
Adam Vandenberg 2014-02-24 21:47:27 -08:00
parent 9755254758
commit b754e54127

View file

@ -30,7 +30,7 @@ class Freetds < Formula
]
if build.include? "with-unixodbc"
args << "--with-unixodbc=#{Formula.factory('unixodbc').prefix}"
args << "--with-unixodbc=#{Formula['unixodbc'].prefix}"
end
if build.include? "enable-msdblib"