summaryrefslogtreecommitdiff
path: root/net/arpwatch
diff options
context:
space:
mode:
Diffstat (limited to 'net/arpwatch')
-rw-r--r--net/arpwatch/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/arpwatch/Makefile b/net/arpwatch/Makefile
index deb96ff296c..549a8a05579 100644
--- a/net/arpwatch/Makefile
+++ b/net/arpwatch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/04/25 08:12:57 snj Exp $
+# $NetBSD: Makefile,v 1.20 2004/11/03 10:59:40 grant Exp $
#
DISTNAME= arpwatch-2.1a11
@@ -12,6 +12,8 @@ COMMENT= Monitor ARP activity on a network, maintaining a database
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
+LIBS+= ${BUILDLINK_LDADD.libpcap}
+
pre-patch:
f=arpwatch.h; \
${MV} ${WRKSRC}/$$f ${WRKSRC}/$$f-prepatch; \