diff options
author | tron <tron@pkgsrc.org> | 2002-08-04 11:46:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-08-04 11:46:54 +0000 |
commit | 3101bc0f5c27b41db1df6189b5ec175672a36a86 (patch) | |
tree | 78f28ab0b3e4d17e23158d1eb2294bb39009d6bd /security | |
parent | 99451e4fd5991ad931504827dc0119643527114a (diff) | |
download | pkgsrc-3101bc0f5c27b41db1df6189b5ec175672a36a86.tar.gz |
Fix dependence on "nmap" package.
Diffstat (limited to 'security')
-rw-r--r-- | security/nessus-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nessus-plugins/Makefile b/security/nessus-plugins/Makefile index a70c8be8310..0c19730c700 100644 --- a/security/nessus-plugins/Makefile +++ b/security/nessus-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:49:55 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/08/04 11:46:54 tron Exp $ # DISTNAME= nessus-plugins-${VERS} @@ -7,7 +7,7 @@ DISTNAME= nessus-plugins-${VERS} COMMENT= Plugins for the Nessus Network Security Scanner DEPENDS+= nessus-core-${VERS}:../nessus-core -DEPENDS+= nmap-2.*:../../net/nmap +DEPENDS+= nmap>=2.0:../../net/nmap WRKSRC= ${WRKDIR}/nessus-plugins |