summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-01-26 00:57:43 +0000
committerMike Frysinger <vapier@gentoo.org>2004-01-26 00:57:43 +0000
commit320170fd0afb8078ea0c3656314d268dae60457d (patch)
tree469beb14dedf504acd13308a8b6634ca9c453050 /net-analyzer/isic/isic-0.05.ebuild
parentdont use old WANT_AUTOCONF #35111 (diff)
downloadgentoo-2-320170fd0afb8078ea0c3656314d268dae60457d.tar.gz
gentoo-2-320170fd0afb8078ea0c3656314d268dae60457d.tar.bz2
gentoo-2-320170fd0afb8078ea0c3656314d268dae60457d.zip
dont use old WANT_AUTOCONF #35111
Diffstat (limited to 'net-analyzer/isic/isic-0.05.ebuild')
-rw-r--r--net-analyzer/isic/isic-0.05.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/isic/isic-0.05.ebuild b/net-analyzer/isic/isic-0.05.ebuild
index d038a57996cb..221d559971ec 100644
--- a/net-analyzer/isic/isic-0.05.ebuild
+++ b/net-analyzer/isic/isic-0.05.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/isic-0.05.ebuild,v 1.3 2003/07/13 11:30:12 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/isic-0.05.ebuild,v 1.4 2004/01/26 00:52:47 vapier Exp $
DESCRIPTION="IP Stack Integrity Checker"
HOMEPAGE="http://www.packetfactory.net/projects/ISIC/"
@@ -13,7 +13,7 @@ KEYWORDS="x86"
DEPEND="=net-libs/libnet-1.0*"
src_compile() {
- env WANT_AUTOCONF_2_5=1 autoconf || die
+ env WANT_AUTOCONF=2.5 autoconf || die
econf || die
emake || die
}