pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Net-Pcap - Correctly deal with libpcap versions



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7375f9faf32f
branches:  trunk
changeset: 496554:7375f9faf32f
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Jul 02 12:22:09 2005 +0000

description:
- Correctly deal with libpcap versions

diffstat:

 net/p5-Net-Pcap/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 3ad3b78734c5 -r 7375f9faf32f net/p5-Net-Pcap/Makefile
--- a/net/p5-Net-Pcap/Makefile  Sat Jul 02 12:18:22 2005 +0000
+++ b/net/p5-Net-Pcap/Makefile  Sat Jul 02 12:22:09 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/07/02 12:18:22 adrianp Exp $
+# $NetBSD: Makefile,v 1.5 2005/07/02 12:22:09 adrianp Exp $
 #
 
 DISTNAME=      Net-Pcap-0.05
@@ -11,9 +11,9 @@
 HOMEPAGE=      http://search.cpan.org/author/KCARNUT/Net-Pcap-0.04/Pcap.pm
 COMMENT=       Perl interface to pcap(3) LBL packet capture library
 
-PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/Net/Pcap/.packlist
+BUILDLINK_DEPENDS.libpcap+=    libpcap>=0.8.1
 
-#USE_BUILTIN.libpcap=  no # NetBSD's libpcap is very old.
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/Net/Pcap/.packlist
 
 .include "../../lang/perl5/module.mk"
 .include "../../net/libpcap/buildlink3.mk"



Home | Main Index | Thread Index | Old Index