aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libdnet.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/libdnet.rb')
-rw-r--r--Library/Formula/libdnet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libdnet.rb b/Library/Formula/libdnet.rb
index 5da2d18bb..322ecb257 100644
--- a/Library/Formula/libdnet.rb
+++ b/Library/Formula/libdnet.rb
@@ -20,7 +20,7 @@ class Libdnet < Formula
--prefix=#{prefix}
--mandir=#{man}
]
- args << "with-python" if build.include? "with-python"
+ args << "--with-python" if build.include? "with-python"
system "./configure", *args
system "make install"
end