summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-07-25 10:00:12 +0000
committerwiz <wiz@pkgsrc.org>2005-07-25 10:00:12 +0000
commit372119b75367335bc21514aebced06e8bd2f3070 (patch)
tree980eed2504f0587a4e18104f302cdf01ae52a1a5 /net
parentc49d12e49c9b97dc5ebe738c40e8407e6d970ae3 (diff)
downloadpkgsrc-372119b75367335bc21514aebced06e8bd2f3070.tar.gz
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 (limited to 'net')
-rw-r--r--net/p5-Net-RawIP/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-RawIP/Makefile b/net/p5-Net-RawIP/Makefile
index 643a544eb52..282fe127771 100644
--- a/net/p5-Net-RawIP/Makefile
+++ b/net/p5-Net-RawIP/Makefile
@@ -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 @@ COMMENT= Perl extension to manipulate raw ip packets with interface to libpcap
PERL5_PACKLIST= auto/Net/RawIP/.packlist
+.include "../../net/libpcap/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"