diff options
Diffstat (limited to 'net-im/ekg')
-rw-r--r-- | net-im/ekg/ekg-1.5_rc1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/ekg/ekg-1.5_rc1.ebuild b/net-im/ekg/ekg-1.5_rc1.ebuild index b94e0034465c..056c07f6e1b0 100644 --- a/net-im/ekg/ekg-1.5_rc1.ebuild +++ b/net-im/ekg/ekg-1.5_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.5_rc1.ebuild,v 1.1 2004/04/17 13:36:38 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.5_rc1.ebuild,v 1.2 2004/04/19 05:34:33 mr_bones_ Exp $ IUSE="ssl ncurses zlib python spell" @@ -29,7 +29,7 @@ src_compile() { use zlib || myconf="$myconf --disable-zlib" use python && myconf="$myconf --with-python" use spell && myconf="$myconf --enable-aspell" - + econf ${myconf} || die emake || die } |