Skip to content

Commit

Permalink
pidgin just went quartz-only
Browse files Browse the repository at this point in the history
revision bump
removed X11 references and ensured X11-free build
  • Loading branch information
tschoonj authored and MikeMcQuaid committed Jun 17, 2015
1 parent 7b06e31 commit 3702a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/pidgin.rb
Expand Up @@ -3,6 +3,7 @@ class Pidgin < Formula
homepage "https://pidgin.im/"
url "https://downloads.sourceforge.net/project/pidgin/Pidgin/2.10.11/pidgin-2.10.11.tar.bz2"
sha256 "f2ae211341fc77efb9945d40e9932aa535cdf3a6c8993fe7919fca8cc1c04007"
revision 1

bottle do
revision 3
Expand All @@ -25,7 +26,6 @@ class Pidgin < Formula
depends_on "libgcrypt"

if build.with? "gui"
depends_on :x11 => :optional
depends_on "gtk+"
depends_on "cairo"
depends_on "pango"
Expand Down Expand Up @@ -68,7 +68,7 @@ def install
args << "--without-x"
args << "--disable-gtkui"
else
args << "--with-x"
args << "--without-x"
args << "--disable-idn"
end

Expand Down

0 comments on commit 3702a1f

Please sign in to comment.