Fix dependence on "nmap" package.
This commit is contained in:
parent
99451e4fd5
commit
3101bc0f5c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue