diff options
Diffstat (limited to 'net-irc/xchat/xchat-2.8.6-r1.ebuild')
-rw-r--r-- | net-irc/xchat/xchat-2.8.6-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-irc/xchat/xchat-2.8.6-r1.ebuild b/net-irc/xchat/xchat-2.8.6-r1.ebuild index fcc9ed7ed1ba..15c4aa0fb3bf 100644 --- a/net-irc/xchat/xchat-2.8.6-r1.ebuild +++ b/net-irc/xchat/xchat-2.8.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.6-r1.ebuild,v 1.1 2008/07/06 17:50:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.6-r1.ebuild,v 1.2 2008/07/11 17:55:34 armin76 Exp $ inherit eutils versionator gnome2 @@ -13,7 +13,7 @@ HOMEPAGE="http://www.xchat.org/" LICENSE="GPL-2" SLOT="2" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="perl dbus tcl python ssl mmx ipv6 libnotify nls spell xchatnogtk xchatdccserver" +IUSE="perl dbus tcl python ssl mmx ipv6 libnotify nls spell xchatnogtk xchatdccserver xft" RDEPEND=">=dev-libs/glib-2.6.0 !xchatnogtk? ( >=x11-libs/gtk+-2.10.0 ) @@ -65,6 +65,7 @@ src_compile() { $(use_enable ipv6) \ $(use_enable nls) \ $(use_enable dbus) \ + $(use_enable xft) \ $(use_enable spell spell static) \ $(use_enable !xchatnogtk gtkfe) \ || die "econf failed" |