Commit 2e93bde9 authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #762 from uberhacker/update-moreutils-package

Add libxslt dependency
parents 4f5a0f28 ca9ec2d0
...@@ -8,6 +8,7 @@ class Moreutils < Package ...@@ -8,6 +8,7 @@ class Moreutils < Package
source_sha1 '3af60490f763ece48b2fcba968903673c3e63495' source_sha1 '3af60490f763ece48b2fcba968903673c3e63495'
depends_on 'docbook' depends_on 'docbook'
depends_on 'libxslt'
def self.build def self.build
system "sed -i 's,PREFIX?=/usr,PREFIX?=/usr/local,' Makefile" system "sed -i 's,PREFIX?=/usr,PREFIX?=/usr/local,' Makefile"
......
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