Commit d2c57a66 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #782 from jam7/update/rsync

Change rsync.rb to correct dependencies
parents 4f5ed568 23e15dea
...@@ -8,6 +8,7 @@ class Rsync < Package ...@@ -8,6 +8,7 @@ class Rsync < Package
source_sha1 '0d4c7fb7fe3fc80eeff922a7c1d81df11dbb8a1a' source_sha1 '0d4c7fb7fe3fc80eeff922a7c1d81df11dbb8a1a'
depends_on 'buildessential' depends_on 'buildessential'
depends_on 'perl' => :build
def self.build def self.build
system "./configure" system "./configure"
......
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