diff options
| author | Jack Nagel | 2014-03-19 20:21:13 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 20:43:52 -0500 |
| commit | 1831933e4eb78e4cdb076482f6dbf90b4449dd5f (patch) | |
| tree | daa972eb4128bdb557f4005c8decaaaf36db9850 | |
| parent | 7e4afd04c394637deed33087e3884bda0fcce084 (diff) | |
| download | homebrew-1831933e4eb78e4cdb076482f6dbf90b4449dd5f.tar.bz2 | |
mapnik: use patch DSL
| -rw-r--r-- | Library/Formula/mapnik.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/mapnik.rb b/Library/Formula/mapnik.rb index 0ff0648df..9ea511b78 100644 --- a/Library/Formula/mapnik.rb +++ b/Library/Formula/mapnik.rb @@ -7,9 +7,7 @@ class Mapnik < Formula # can be removed at Mapnik > 2.2.0 # https://github.com/mapnik/mapnik/issues/1973 - def patches - DATA - end + patch :DATA head 'https://github.com/mapnik/mapnik.git' depends_on 'pkg-config' => :build |
