summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/ekg/ekg-1.3.ebuild')
-rw-r--r--net-im/ekg/ekg-1.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/ekg/ekg-1.3.ebuild b/net-im/ekg/ekg-1.3.ebuild
index e9da9c89fcb7..dd0d4d6718d5 100644
--- a/net-im/ekg/ekg-1.3.ebuild
+++ b/net-im/ekg/ekg-1.3.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.3.ebuild,v 1.1 2003/09/16 21:24:31 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.3.ebuild,v 1.2 2003/09/16 21:25:17 seemant Exp $
IUSE="ssl ncurses zlib python readline"
-DESCRIPTION="EKG (Eksperymentalny Klient Gadu-Gadu) - a text client for Polish instant messaging system Gadu-Gadu"
+DESCRIPTION="EKG (Eksperymentalny Klient Gadu-Gadu) - a text client for Polish instant messaging system Gadu-Gadu"
SRC_URI="http://dev.null.pl/ekg/${P}.tar.gz"
HOMEPAGE="http://dev.null.pl/ekg/"
@@ -24,7 +24,7 @@ src_compile() {
use ssl || myconf="$myconf --disable-openssl"
use ncurses || myconf="$myconf --disable-ui-ncurses --enable-ui-readline"
use zlib || myconf="$myconf --disable-zlib"
-
+
econf ${myconf} || die
emake || die