diff options
| author | Jack Nagel | 2011-08-30 21:26:26 -0500 |
|---|---|---|
| committer | Jack Nagel | 2011-08-30 21:30:18 -0500 |
| commit | df1c913dbf52b8461ca6701fce2e7534d59efff2 (patch) | |
| tree | 3e2707de2d27283103109be9f4f1ae603f2152ff /Library/Formula | |
| parent | fb756e035f6a4ac38db0ff2655157a9baea177b4 (diff) | |
| download | homebrew-df1c913dbf52b8461ca6701fce2e7534d59efff2.tar.bz2 | |
gdal: obtain liblzma from XZutils
The lzma package is legacy software (the developer has moved on to
XZutils), so we should use the xz formula to get liblzma.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gdal.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gdal.rb b/Library/Formula/gdal.rb index 066a24361..34105b45b 100644 --- a/Library/Formula/gdal.rb +++ b/Library/Formula/gdal.rb @@ -50,7 +50,7 @@ class Gdal < Formula depends_on "poppler" # Other libraries - depends_on "lzma" # Compression algorithmn library + depends_on "xz" # get liblzma compression algorithm library from XZutils end def patches |
