aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gremlin.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-09 16:22:17 -0700
committerAdam Vandenberg2012-08-09 16:22:17 -0700
commit25bbb00eedf6fa6db9d60dc656f2476f7226f63e (patch)
tree08939a96dc71308ff96ca3e93a42ec326407f1eb /Library/Formula/gremlin.rb
parent87bbbc25a06c41cfbacaaa655371dc293d99a964 (diff)
downloadhomebrew-25bbb00eedf6fa6db9d60dc656f2476f7226f63e.tar.bz2
gremlin: use options dsl
Diffstat (limited to 'Library/Formula/gremlin.rb')
-rw-r--r--Library/Formula/gremlin.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gremlin.rb b/Library/Formula/gremlin.rb
index be48cb297..deeeeaf1b 100644
--- a/Library/Formula/gremlin.rb
+++ b/Library/Formula/gremlin.rb
@@ -7,11 +7,11 @@ class Gremlin < Formula
head 'https://github.com/tinkerpop/gremlin.git'
- depends_on 'maven' if ARGV.build_head?
+ depends_on 'maven' if build.head?
def install
# If this is a head build, checkout the source and build it with maven
- if ARGV.build_head?
+ if build.head?
# Setup a couple of paths for the build
pwd = Pathname.new('.')