aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2013-09-13 14:51:38 +0100
committerMike McQuaid2013-09-13 14:51:38 +0100
commitef0d90f73e89c50aad7853d7b99dfb2073f667d3 (patch)
treef4e0b71b556c2deac47162c67bbcf2608ae69275 /Library/Formula
parentc7f5ff14a9ce8e8cf9d54f2fddf44af184338937 (diff)
downloadhomebrew-ef0d90f73e89c50aad7853d7b99dfb2073f667d3.tar.bz2
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.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gpsbabel.rb1
1 files changed, 0 insertions, 1 deletions
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}"