gnu-smalltalk: use Formula[]

master
Adam Vandenberg 2014-02-24 22:22:14 -08:00
parent 919f10c994
commit aff70dd882
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class GnuSmalltalk < Formula
--disable-dependency-tracking
--prefix=#{prefix}
--disable-gtk
--with-readline=#{Formula.factory('readline').lib}
--with-readline=#{Formula['readline'].lib}
]
unless build.include? 'tcltk'
args << '--without-tcl' << '--without-tk' << '--without-x'