pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-Net-RawIP This is the perl interface to libpcap...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5fc7077a8fe7
branches:  trunk
changeset: 497322:5fc7077a8fe7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 25 10:00:12 2005 +0000

description:
This is the perl interface to libpcap, so add libpcap buildlink3.mk file.
Breaks build if not libpcap found, so no PKGREVISION bump needed.

diffstat:

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

diffs (16 lines):

diff -r 9a8e607f5589 -r 5fc7077a8fe7 net/p5-Net-RawIP/Makefile
--- a/net/p5-Net-RawIP/Makefile Mon Jul 25 09:58:56 2005 +0000
+++ b/net/p5-Net-RawIP/Makefile Mon Jul 25 10:00:12 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/07/13 18:01:36 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2005/07/25 10:00:12 wiz Exp $
 #
 
 DISTNAME=      Net-RawIP-0.2
@@ -13,5 +13,6 @@
 
 PERL5_PACKLIST=                auto/Net/RawIP/.packlist
 
+.include "../../net/libpcap/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index