aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/imagesnap.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/imagesnap.rb b/Library/Formula/imagesnap.rb
index 9285fbc0a..19b09878e 100644
--- a/Library/Formula/imagesnap.rb
+++ b/Library/Formula/imagesnap.rb
@@ -1,11 +1,11 @@
require 'formula'
class Imagesnap < Formula
- url 'http://downloads.sourceforge.net/project/iharder/imagesnap/ImageSnap-v0.2.5.tgz'
homepage 'http://iharder.sourceforge.net/current/macosx/imagesnap/'
+ url 'http://downloads.sourceforge.net/project/iharder/imagesnap/ImageSnap-v0.2.5.tgz'
sha1 '3761bada4fddc92df0c61750d5ead24cf944c469'
- depends_on :xcode # For working xcodebuild.
+ depends_on :xcode
def install
system "xcodebuild -project ImageSnap.xcodeproj SYMROOT=build -sdk macosx#{MacOS.version}"