summaryrefslogtreecommitdiff
path: root/net/arpwatch
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-11-03 10:59:40 +0000
committergrant <grant@pkgsrc.org>2004-11-03 10:59:40 +0000
commite4a852eb990af1ce46fc624149705d5e9321beba (patch)
tree780c8a8a905fce0505ab94ea26dee096fde52a42 /net/arpwatch
parent8969d1e0a60acabaf4733dae96700db9862af874 (diff)
downloadpkgsrc-e4a852eb990af1ce46fc624149705d5e9321beba.tar.gz
add BUILDLINK_LDADD.libpcap to LIBS so this is linked against the
right libraries on Solaris.
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; \