aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/socat.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/socat.rb b/Library/Formula/socat.rb
index 1cdc2211d..6afcce1d8 100644
--- a/Library/Formula/socat.rb
+++ b/Library/Formula/socat.rb
@@ -5,6 +5,8 @@ class Socat < Formula
homepage 'http://www.dest-unreach.org/socat/'
md5 '2081987fb0cb0290b8105574058cb329'
+ depends_on 'readline'
+
def install
# Lion requires this flag in some cases
ENV.append "CFLAGS", "-D__APPLE_USE_RFC_3542" if 10.7 <= MACOS_VERSION