aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-27 20:52:51 -0800
committerAdam Vandenberg2013-01-28 21:40:06 -0800
commitb8471f01894821c7828e428dec4b223ebfb1fa18 (patch)
tree5a42f0ae5adde152c7edc6680e839770c69ac1f3
parentddf5df1c06965092b73a06a1258466d8c640c83e (diff)
downloadhomebrew-b8471f01894821c7828e428dec4b223ebfb1fa18.tar.bz2
imagesnap: style nits
-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}"