virtuoso: use spec deps
This commit is contained in:
parent
20f0937ab8
commit
bf43aa7411
1 changed files with 5 additions and 5 deletions
|
@ -5,17 +5,17 @@ class Virtuoso < Formula
|
|||
url 'http://downloads.sourceforge.net/project/virtuoso/virtuoso/7.0.0/virtuoso-opensource-7.0.0.tar.gz'
|
||||
sha256 '7459ff8cefa42c051dc6790a8d34e31a4a873533314e24e529be90edd56f12fc'
|
||||
|
||||
head 'https://github.com/openlink/virtuoso-opensource.git', :branch => 'develop/7'
|
||||
head do
|
||||
url 'https://github.com/openlink/virtuoso-opensource.git', :branch => 'develop/7'
|
||||
|
||||
# If gawk isn't found, make fails deep into the process.
|
||||
depends_on 'gawk' => :build
|
||||
|
||||
if build.head?
|
||||
depends_on :autoconf
|
||||
depends_on :automake
|
||||
depends_on :libtool
|
||||
end
|
||||
|
||||
# If gawk isn't found, make fails deep into the process.
|
||||
depends_on 'gawk' => :build
|
||||
|
||||
skip_clean :la
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue