Commit 249a7fba authored by Ed Reel's avatar Ed Reel Committed by Kazushi (Jam) Marukawa

Add libxslt dependency

parent d7b023c7
......@@ -7,7 +7,10 @@ class Mutt < Package
source_url 'ftp://ftp.mutt.org/pub/mutt/mutt-1.8.3.tar.gz'
source_sha256 '9b81746d67ffeca5ea44f60893b70dc93c86d4bc10187d4dd360185e4d42ed42'
depends_on 'libxslt'
def self.build
system 'mkdir /usr/local/mail'
system './configure --with-mailpath=/usr/local/mail --prefix=/usr/local'
system 'make'
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment