aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/opencv.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/opencv.rb')
-rw-r--r--Library/Formula/opencv.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/opencv.rb b/Library/Formula/opencv.rb
index e16d56734..155bbb142 100644
--- a/Library/Formula/opencv.rb
+++ b/Library/Formula/opencv.rb
@@ -10,8 +10,8 @@ class Opencv <Formula
# NOTE: Head builds past the revision above may break on OS X
head 'https://code.ros.org/svn/opencv/trunk/opencv', :using => :svn
- depends_on 'cmake'
- depends_on 'pkg-config'
+ depends_on 'cmake' => :build
+ depends_on 'pkg-config' => :build
depends_on 'libtiff' => :optional
depends_on 'jasper' => :optional