diff options
Diffstat (limited to 'net-im/silc-client/silc-client-0.7.6.2.ebuild')
-rw-r--r-- | net-im/silc-client/silc-client-0.7.6.2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-im/silc-client/silc-client-0.7.6.2.ebuild b/net-im/silc-client/silc-client-0.7.6.2.ebuild index f2d7e02fad5f..32406b40b152 100644 --- a/net-im/silc-client/silc-client-0.7.6.2.ebuild +++ b/net-im/silc-client/silc-client-0.7.6.2.ebuild @@ -2,20 +2,19 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author: Stein Magnus Jodal <stein.magnus@jodal.no> # Maintainer: Chris Houser <chouser@gentoo.org> -# /space/gentoo/cvsroot/gentoo-x86/net-irc/silc-client/silc-client-0.7.6.2.ebuild,v 1.0 2002/02/05 21:23:54 drobbins Exp +# $Header: /var/cvsroot/gentoo-x86/net-im/silc-client/silc-client-0.7.6.2.ebuild,v 1.2 2002/02/09 11:47:57 verwilst Exp $ S=${WORKDIR}/${P} DESCRIPTION="Secure Internet Live Conferencing" SRC_URI="http://www.silcnet.org/download/client/sources/${P}.tar.gz" HOMEPAGE="http://silcnet.org" - +SLOT="0" DEPEND="virtual/glibc >=dev-libs/glib-1.2.0 sys-libs/ncurses" src_compile() { - # Edit these if you like myconf="--with-ncurses" if [ "`use ipv6`" ]; then @@ -36,7 +35,6 @@ src_compile() { --with-logsdir=/var/log/silc \ ${myconf} || die "./configure failed" - # Parallel make doesn't work consistantly make || die "make failed" } |