aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-09-21 20:47:18 -0500
committerJack Nagel2013-09-21 20:47:18 -0500
commitb807d3717c4ee073a9c512b9a2a9295d42dbe379 (patch)
tree9dcc0c76fa900da47de02d06ac316528133484f6 /Library/Formula
parent6988832d36c997a9cb45023d126988cdd0a75a31 (diff)
downloadhomebrew-b807d3717c4ee073a9c512b9a2a9295d42dbe379.tar.bz2
libswiften: use spec deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libswiften.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/libswiften.rb b/Library/Formula/libswiften.rb
index 45e2f3426..647c52050 100644
--- a/Library/Formula/libswiften.rb
+++ b/Library/Formula/libswiften.rb
@@ -5,13 +5,15 @@ class Libswiften < Formula
url 'http://swift.im/downloads/releases/swift-2.0/swift-2.0.tar.gz'
sha1 'b04ba098fffb1edc2ef0215957371c249458f0be'
- head "git://swift.im/swift"
+ head do
+ url 'git://swift.im/swift'
+ depends_on 'lua' => :recommended
+ end
depends_on :python => :build
depends_on 'scons' => :build
depends_on 'libidn'
depends_on 'boost'
- depends_on 'lua' => :recommended if build.head?
# Patch to include lock from boost. Taken from
# http://comments.gmane.org/gmane.linux.redhat.fedora.extras.cvs/957411