pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/arp-scan Makefile should state that arp-scan depen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d5d2a0352bf
branches:  trunk
changeset: 631393:8d5d2a0352bf
user:      pho <pho%pkgsrc.org@localhost>
date:      Mon Mar 03 09:19:49 2014 +0000

description:
Makefile should state that arp-scan depends on libpcap>=0.8 rather than implicitly depending on builtin libpcap.

diffstat:

 net/arp-scan/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r f52e2f829973 -r 8d5d2a0352bf net/arp-scan/Makefile
--- a/net/arp-scan/Makefile     Mon Mar 03 08:47:53 2014 +0000
+++ b/net/arp-scan/Makefile     Mon Mar 03 09:19:49 2014 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index