Skip to content

Commit

Permalink
gwenhywfar: remove Qt4 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Oct 10, 2016
1 parent 25389fc commit 325bdeb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Formula/gwenhywfar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ class Gwenhywfar < Formula
depends_on "openssl"
depends_on "libgcrypt"
depends_on "gtk+" => :optional
depends_on "qt" => :optional

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",
Expand Down

0 comments on commit 325bdeb

Please sign in to comment.