diff options
Diffstat (limited to 'net/p5-Net-Pcap/Makefile')
-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 a964070783e..5f5347bf327 100644 --- a/net/p5-Net-Pcap/Makefile +++ b/net/p5-Net-Pcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/01/03 14:29:11 adrianp Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:40 joerg 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 +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-IO-Interface-[0-9]*:../../net/p5-IO-Interface BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.9.5 |