diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-01-11 20:35:48 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-01-11 20:35:48 +0000 |
commit | 258990df6ec2fb856304b35f77a10a94c2e66e90 (patch) | |
tree | 5c323ba60f8847451b17170dc109aa3b0e6b6fb6 /net | |
parent | 7948394e421c03fbf2add3581a8c1237672838aa (diff) | |
download | pkgsrc-258990df6ec2fb856304b35f77a10a94c2e66e90.tar.gz |
typo, thanks peter.
Diffstat (limited to 'net')
-rw-r--r-- | net/libpcap/builtin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libpcap/builtin.mk b/net/libpcap/builtin.mk index 13ff479e1a0..6ef379cfce4 100644 --- a/net/libpcap/builtin.mk +++ b/net/libpcap/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.7 2005/01/11 20:11:14 xtraeme Exp $ +# $NetBSD: builtin.mk,v 1.8 2005/01/11 20:35:48 xtraeme Exp $ _LIBPCAP_H= /usr/include/pcap.h @@ -18,7 +18,7 @@ IS_BUILTIN.libpcap!= \ # BUILDLINK_DEPENDS.<pkg> to see if we need to install the pkgsrc # version or if the built-in one is sufficient. # -. if !defined(_LIPCAP_VERSION) +. if !defined(_LIBPCAP_VERSION) _LIBPCAP_VERSIONS= 0.8.3 0.7.2 _LIBPCAP_0.8.3= NetBSD-2.99.9* NetBSD-2.99.1[0-9]* NetBSD-[3-9]* \ FreeBSD-5.[3-9]* FreeBSD-6* |