diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gwenhywfar.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/gwenhywfar.rb b/Library/Formula/gwenhywfar.rb index cf90aa938..f1d6f5989 100644 --- a/Library/Formula/gwenhywfar.rb +++ b/Library/Formula/gwenhywfar.rb @@ -19,10 +19,13 @@ class Gwenhywfar < Formula depends_on 'gtk+' => :optional depends_on 'qt' => :optional + option 'without-cocoa', 'Build without cocoa support' + def install guis = [] guis << "gtk2" if build.with? "gtk+" guis << "qt4" if build.with? "qt" + guis << "cocoa" if build.with? "cocoa" system "./configure", "--disable-debug", "--disable-dependency-tracking", |
