diff options
Diffstat (limited to 'net-p2p/lopster/lopster-1.2.0.ebuild')
-rw-r--r-- | net-p2p/lopster/lopster-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/lopster/lopster-1.2.0.ebuild b/net-p2p/lopster/lopster-1.2.0.ebuild index 8974f85120ef..5615bab13547 100644 --- a/net-p2p/lopster/lopster-1.2.0.ebuild +++ b/net-p2p/lopster/lopster-1.2.0.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-p2p/lopster/lopster-1.2.0.ebuild,v 1.5 2004/02/23 10:06:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.2.0.ebuild,v 1.6 2004/04/26 12:48:22 agriffis Exp $ IUSE="gtk nls" @@ -33,7 +33,7 @@ src_compile() { econf \ --with-pthread \ --with-zlib \ - ${myconf} + ${myconf} || die "econf failed" emake || die } |