summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Krier <cedk@gentoo.org>2007-04-20 18:54:47 +0000
committerCédric Krier <cedk@gentoo.org>2007-04-20 18:54:47 +0000
commit6ec319fdd49704fde3698fb6da4dfddbd025431b (patch)
tree86bd182c9e8614b9f9e687a079fd81249ce32f53 /net-libs/libpcap
parentTake into account that KDE 3.x doesn't really comply to the basedir spec (diff)
downloadgentoo-2-6ec319fdd49704fde3698fb6da4dfddbd025431b.tar.gz
gentoo-2-6ec319fdd49704fde3698fb6da4dfddbd025431b.tar.bz2
gentoo-2-6ec319fdd49704fde3698fb6da4dfddbd025431b.zip
net-libs/libpcap: typo fix
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-libs/libpcap')
-rw-r--r--net-libs/libpcap/libpcap-0.9.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libpcap/libpcap-0.9.5.ebuild b/net-libs/libpcap/libpcap-0.9.5.ebuild
index 89ce6615e24b..f1c89db97be9 100644
--- a/net-libs/libpcap/libpcap-0.9.5.ebuild
+++ b/net-libs/libpcap/libpcap-0.9.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-0.9.5.ebuild,v 1.9 2007/04/20 18:25:14 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-0.9.5.ebuild,v 1.10 2007/04/20 18:54:47 cedk Exp $
inherit eutils multilib toolchain-funcs
@@ -25,7 +25,7 @@ src_unpack() {
src_compile() {
MY_OPTS=""
- if [[ ${CTAGERT} = ${CHOST} ]]; then
+ if [[ ${CTARGET} = ${CHOST} ]]; then
if [[ "{LIBPCAP_PCAP}" == "linux" ]]; then
MY_OPTS="--with-pcap=linux"
elif [[ "${LIBPCAP_PCAP}" == "bpf" ]]; then