diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-01-03 14:29:11 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-01-03 14:29:11 +0000 |
commit | c2dec851eecd3baec78020321b456d7287c2fb4d (patch) | |
tree | 6135ee6ad6da79f62fdd920868ea1fc7c118c234 /net/p5-Net-Pcap | |
parent | fdfa224940425ff75f0bed712cf2f4e56e299871 (diff) | |
download | pkgsrc-c2dec851eecd3baec78020321b456d7287c2fb4d.tar.gz |
Add in a DEPENDS on p5-IO-Interface
Ride the recent version bump
Diffstat (limited to 'net/p5-Net-Pcap')
-rw-r--r-- | net/p5-Net-Pcap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Net-Pcap/Makefile b/net/p5-Net-Pcap/Makefile index abdf0e63f1d..a964070783e 100644 --- a/net/p5-Net-Pcap/Makefile +++ b/net/p5-Net-Pcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/01/03 13:44:03 adrianp Exp $ +# $NetBSD: Makefile,v 1.12 2007/01/03 14:29:11 adrianp Exp $ # DISTNAME= Net-Pcap-0.14 @@ -10,6 +10,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Net-Pcap/ COMMENT= Perl interface to pcap(3) LBL packet capture library +DEPENDS+= p5-IO-Interface-[0-9]*:../../net/p5-IO-Interface + BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.9.5 PERL5_PACKLIST= auto/Net/Pcap/.packlist |