diff options
| author | Fletcher T. Penney | 2011-10-05 23:19:46 -0300 |
|---|---|---|
| committer | Jack Nagel | 2011-10-06 12:49:44 -0500 |
| commit | 2092eacdb7984c4539681dac98357e559fa866b8 (patch) | |
| tree | f8e44fcdbb9d451ebfed366e568cc060dc020823 /Library | |
| parent | df2017c06b8dc5a4c863ebf7d1381484a8fd2f30 (diff) | |
| download | homebrew-2092eacdb7984c4539681dac98357e559fa866b8.tar.bz2 | |
multimarkdown 3.2
Also remove dependencies that are no longer necessary.
Closes #7987.
Closes #7820.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/multimarkdown.rb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Library/Formula/multimarkdown.rb b/Library/Formula/multimarkdown.rb index 0f2e53931..0359a5b1c 100644 --- a/Library/Formula/multimarkdown.rb +++ b/Library/Formula/multimarkdown.rb @@ -2,15 +2,12 @@ require 'formula' class Multimarkdown < Formula homepage 'http://fletcherpenney.net/multimarkdown/' - url 'https://github.com/fletcher/peg-multimarkdown/tarball/3.1b1' - md5 'fc09047d271828f068473114becd39d6' + url 'https://github.com/fletcher/peg-multimarkdown/tarball/3.2' + md5 '438a7c09af13adf91e318ba2f49681b6' head 'https://github.com/fletcher/peg-multimarkdown.git', :branch => 'development' - depends_on 'pkg-config' => :build - depends_on 'gettext' - depends_on 'glib' - def install + ENV.append 'CFLAGS', '-include GlibFacade.h' system "make" bin.install 'multimarkdown' bin.install Dir['Support/bin/*'] |
