diff options
| -rw-r--r-- | Library/Formula/potrace.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/potrace.rb b/Library/Formula/potrace.rb index 228495d1e..584d4700f 100644 --- a/Library/Formula/potrace.rb +++ b/Library/Formula/potrace.rb @@ -8,7 +8,8 @@ class Potrace < Formula def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", - "--mandir=#{man}" + "--mandir=#{man}", + "--with-libpotrace" system "make install" end end |
