aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/virtuoso.rb
diff options
context:
space:
mode:
authorJack Nagel2013-09-21 20:47:50 -0500
committerJack Nagel2013-09-21 21:05:14 -0500
commitedd02829b72fa56130d1a1895ff2d9f7582f004d (patch)
treecf1aa70e608232eb18cfa161da15c33b3c9be0e0 /Library/Formula/virtuoso.rb
parentfa1078943a4004b14a556bd734434bdbd0aec41e (diff)
downloadhomebrew-edd02829b72fa56130d1a1895ff2d9f7582f004d.tar.bz2
virtuoso: use spec deps
Diffstat (limited to 'Library/Formula/virtuoso.rb')
-rw-r--r--Library/Formula/virtuoso.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/virtuoso.rb b/Library/Formula/virtuoso.rb
index 4db8b59c4..c72c18c80 100644
--- a/Library/Formula/virtuoso.rb
+++ b/Library/Formula/virtuoso.rb
@@ -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