From f96e0c05a01405d831cb8971d7b9fe49284f8561 Mon Sep 17 00:00:00 2001 From: pho Date: Mon, 3 Mar 2014 09:19:49 +0000 Subject: Makefile should state that arp-scan depends on libpcap>=0.8 rather than implicitly depending on builtin libpcap. --- net/arp-scan/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net/arp-scan') diff --git a/net/arp-scan/Makefile b/net/arp-scan/Makefile index e74e7803dc7..15da0868c6f 100644 --- a/net/arp-scan/Makefile +++ b/net/arp-scan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2013/05/31 12:41:31 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/03/03 09:19:49 pho Exp $ # DISTNAME= arp-scan-1.8 @@ -16,4 +16,6 @@ USE_TOOLS+= perl:run REPLACE_PERL= arp-fingerprint get-iab get-oui +BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.8 +.include "../../net/libpcap/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3