diff options
author | 2004-08-24 19:38:57 +0000 | |
---|---|---|
committer | 2004-08-24 19:38:57 +0000 | |
commit | 04d0d7c562482418becdc2f7a9717d6defb32469 (patch) | |
tree | fe1f4f062fa957b98342673b0f6f4c36d056d72a /net-im/ekg2 | |
parent | Added support to nogg useflag (diff) | |
download | historical-04d0d7c562482418becdc2f7a9717d6defb32469.tar.gz historical-04d0d7c562482418becdc2f7a9717d6defb32469.tar.bz2 historical-04d0d7c562482418becdc2f7a9717d6defb32469.zip |
Removed unneeded --with-libgadu econf flag
Diffstat (limited to 'net-im/ekg2')
-rw-r--r-- | net-im/ekg2/Manifest | 2 | ||||
-rw-r--r-- | net-im/ekg2/ekg2-20040819.ebuild | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net-im/ekg2/Manifest b/net-im/ekg2/Manifest index 6c90e19c0344..543acfff9c47 100644 --- a/net-im/ekg2/Manifest +++ b/net-im/ekg2/Manifest @@ -1,4 +1,4 @@ -MD5 bb70b810e326e1d3904602d440c576f6 ekg2-20040819.ebuild 1183 +MD5 1a57c36b491a12415267fa8b49db8cf3 ekg2-20040819.ebuild 1161 MD5 7d08bdb7d37b3907ab58ed7a6110ef9a ChangeLog 610 MD5 19121381ed6ad2931da6c71c9e6f6eb8 metadata.xml 259 MD5 4f86c122b321abfd2374090a3b9d0cc0 files/digest-ekg2-20040819 65 diff --git a/net-im/ekg2/ekg2-20040819.ebuild b/net-im/ekg2/ekg2-20040819.ebuild index 0f822371f604..2d1a690fd962 100644 --- a/net-im/ekg2/ekg2-20040819.ebuild +++ b/net-im/ekg2/ekg2-20040819.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-20040819.ebuild,v 1.4 2004/08/24 19:37:10 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-20040819.ebuild,v 1.5 2004/08/24 19:38:57 sekretarz Exp $ DESCRIPTION="Text based Instant Messenger client that supports many protocols like Jabber and Gadu-Gadu" HOMEPAGE="http://www.ekg2.org/" @@ -35,7 +35,6 @@ src_compile() { econf \ --with-pthread \ - --with-libgadu \ ${ggconf} \ `use_with gpm gpm-mouse` \ `use_with ssl openssl` \ |