From ef0d90f73e89c50aad7853d7b99dfb2073f667d3 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 13 Sep 2013 14:51:38 +0100 Subject: gpsbabel: remove expat, used for docs. Expat is included on OSX. All that is needed by gpsbabel beyond the system expat is the xmlwf command to build the docs. Tried to make the docs build work but even with expat and docbook dependencies they don't seem to build.--- Library/Formula/gpsbabel.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/gpsbabel.rb b/Library/Formula/gpsbabel.rb index 14ac73104..1cbec558c 100644 --- a/Library/Formula/gpsbabel.rb +++ b/Library/Formula/gpsbabel.rb @@ -9,7 +9,6 @@ class Gpsbabel < Formula head 'http://gpsbabel.googlecode.com/svn/trunk/gpsbabel' depends_on 'libusb' => :optional - depends_on 'expat' => :optional def install system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" -- cgit v1.2.3