diff options
Diffstat (limited to 'dev-libs/libdnet/libdnet-1.4.ebuild')
-rw-r--r-- | dev-libs/libdnet/libdnet-1.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/libdnet/libdnet-1.4.ebuild b/dev-libs/libdnet/libdnet-1.4.ebuild index 8c38ef77adea..7d17a56abe85 100644 --- a/dev-libs/libdnet/libdnet-1.4.ebuild +++ b/dev-libs/libdnet/libdnet-1.4.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/dev-libs/libdnet/libdnet-1.4.ebuild,v 1.12 2004/06/24 23:15:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.4.ebuild,v 1.13 2004/07/14 14:33:32 agriffis Exp $ DESCRIPTION="libdnet provides a simplified, portable interface to several low-level networking routines." HOMEPAGE="http://libdnet.sourceforge.net/" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/libdnet/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="x86 sparc hppa ~ia64" +IUSE="" src_compile() { econf || die |