From 5b6b92cc3295c968a3427d0d9c1356e9d9541b27 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 14 May 2012 14:59:58 +0000 Subject: [PATCH] missing BUILD_DEPENDENCY --- net/arp-scan/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/arp-scan/Makefile b/net/arp-scan/Makefile index 3d6e0c11f26..810b2c5503b 100644 --- a/net/arp-scan/Makefile +++ b/net/arp-scan/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2012/05/08 11:04:27 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2012/05/14 14:59:58 espie Exp $ COMMENT = ARP scanning and fingerprinting tool DISTNAME = arp-scan-1.8 @@ -23,6 +23,7 @@ WANTLIB = c pcap CONFIGURE_STYLE = gnu USE_GROFF = Yes +BUILD_DEPENDS += www/p5-libwww pre-configure: cd ${WRKSRC} && \