diff options
author | abs <abs@pkgsrc.org> | 2001-08-24 11:37:07 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-08-24 11:37:07 +0000 |
commit | 14d260b0ec7a73ea5db537c2dcf35af1e54bb9e5 (patch) | |
tree | 82fd08c579be7a89d7824f4b71dac57d74441d64 /net/arpwatch/Makefile | |
parent | b5a9fde4190500986b359d3205b7d3d3bcd10c5f (diff) | |
download | pkgsrc-14d260b0ec7a73ea5db537c2dcf35af1e54bb9e5.tar.gz |
Updated arpwatch to 2.1a11. No changelog available, old distfile removed.
Diffstat (limited to 'net/arpwatch/Makefile')
-rw-r--r-- | net/arpwatch/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/arpwatch/Makefile b/net/arpwatch/Makefile index e9999494750..3a79b2ae3f5 100644 --- a/net/arpwatch/Makefile +++ b/net/arpwatch/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2001/02/25 04:18:03 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 2001/08/24 11:37:07 abs Exp $ # -DISTNAME= arpwatch-2.1a4 +DISTNAME= arpwatch-2.1a11 CATEGORIES= net MASTER_SITES= ftp://ftp.ee.lbl.gov/ -EXTRACT_SUFX= .tar.Z MAINTAINER= bouyer@netbsd.org COMMENT= monitor ARP activity on a network, maintaining a database @@ -25,8 +24,8 @@ post-install: .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "SunOS" -DEPENDS+= libpcap-0.4:../../net/libpcap +.if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux" +DEPENDS+= libpcap>=0.4:../../net/libpcap .endif .include "../../mk/bsd.pkg.mk" |