diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-03-20 14:37:48 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-03-20 14:37:48 +0000 |
commit | 7a70b75ab3e8fd66c4371430f0569a084bd2dd83 (patch) | |
tree | e4f3fa65085dd20ebef3432bd74b40c47bc3bf59 /net-analyzer/paketto/paketto-1.0.ebuild | |
parent | add missing digest (diff) | |
download | gentoo-2-7a70b75ab3e8fd66c4371430f0569a084bd2dd83.tar.gz gentoo-2-7a70b75ab3e8fd66c4371430f0569a084bd2dd83.tar.bz2 gentoo-2-7a70b75ab3e8fd66c4371430f0569a084bd2dd83.zip |
remove pic
Diffstat (limited to 'net-analyzer/paketto/paketto-1.0.ebuild')
-rw-r--r-- | net-analyzer/paketto/paketto-1.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-analyzer/paketto/paketto-1.0.ebuild b/net-analyzer/paketto/paketto-1.0.ebuild index c2d2fce073b6..562fb680e088 100644 --- a/net-analyzer/paketto/paketto-1.0.ebuild +++ b/net-analyzer/paketto/paketto-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/paketto/paketto-1.0.ebuild,v 1.2 2003/02/13 13:49:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/paketto/paketto-1.0.ebuild,v 1.3 2003/03/20 14:37:48 agriffis Exp $ DESCRIPTION="Paketto Keiretsu - experimental TCP/IP tools - scanrand, minewt, lc, phentropy, paratrace" HOMEPAGE="http://www.doxpara.com/" @@ -9,7 +9,7 @@ SRC_URI="http://www.doxpara.com/paketto/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="x86" -IUSE="pic" +IUSE="" #paketto comes with local copies of these ... #DEPEND="net-libs/libpcap @@ -19,7 +19,6 @@ IUSE="pic" src_compile() { # --with-libnet-bin=/usr --with-pcap-lib=/usr --with-pcap-inc=/usr --with-tm-inc=/usr" local myconf="--with-gnu-ld" - use pic && myconf="${myconf} --with-pic" econf emake || die |