diff options
author | Olivier Crête <tester@gentoo.org> | 2007-01-13 18:24:56 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2007-01-13 18:24:56 +0000 |
commit | 9797a8975c51d1254e61a2b43131f3f2d99cec9a (patch) | |
tree | 771da0844549b89e96189ff1102d82364b7fe270 /net-im/micq/micq-0.5.2.ebuild | |
parent | New version, cleanup old (diff) | |
download | historical-9797a8975c51d1254e61a2b43131f3f2d99cec9a.tar.gz historical-9797a8975c51d1254e61a2b43131f3f2d99cec9a.tar.bz2 historical-9797a8975c51d1254e61a2b43131f3f2d99cec9a.zip |
Change tcltk use flag into tcl, bug #17808
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'net-im/micq/micq-0.5.2.ebuild')
-rw-r--r-- | net-im/micq/micq-0.5.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-im/micq/micq-0.5.2.ebuild b/net-im/micq/micq-0.5.2.ebuild index 597124978249..bcd57cbc9227 100644 --- a/net-im/micq/micq-0.5.2.ebuild +++ b/net-im/micq/micq-0.5.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/micq/micq-0.5.2.ebuild,v 1.1 2006/11/07 05:48:52 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/micq/micq-0.5.2.ebuild,v 1.2 2007/01/13 18:24:56 tester Exp $ -IUSE="tcltk ssl" +IUSE="tcl ssl" SRC_URI="http://www.micq.org/source/${P}.tgz" DESCRIPTION="ICQ text-mode client with many features" @@ -14,11 +14,11 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" DEPEND="virtual/libc ssl? ( >=net-libs/gnutls-0.8.10 dev-libs/openssl ) - tcltk? ( dev-lang/tcl )" + tcl? ( dev-lang/tcl )" src_compile() { - econf `use_enable tcltk tcl` \ + econf `use_enable tcl` \ `use_enable ssl` \ || die "econf failed" emake || die |