summaryrefslogtreecommitdiff
path: root/net/arp-scan
diff options
context:
space:
mode:
authorpho <pho@pkgsrc.org>2014-03-03 09:19:49 +0000
committerpho <pho@pkgsrc.org>2014-03-03 09:19:49 +0000
commitf96e0c05a01405d831cb8971d7b9fe49284f8561 (patch)
tree15895ca3b6a7cc3d6b9f30a6a728114f8b1ae0bf /net/arp-scan
parent7feb15c8a85c10ae85a89c9a252c3480dc82c791 (diff)
downloadpkgsrc-f96e0c05a01405d831cb8971d7b9fe49284f8561.tar.gz
Makefile should state that arp-scan depends on libpcap>=0.8 rather than implicitly depending on builtin libpcap.
Diffstat (limited to 'net/arp-scan')
-rw-r--r--net/arp-scan/Makefile4
1 files changed, 3 insertions, 1 deletions
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"