diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-13 17:54:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-13 17:54:29 +0000 |
commit | 2d9b835f6bf1811aa6ec46404ceef7b29f311f8c (patch) | |
tree | 049d6d84b089d6ab2ba64c5f6ce5fb229bf7d18c /security/nessus | |
parent | af108015fccf7412946380e49c8536a3a4001f09 (diff) | |
download | pkgsrc-2d9b835f6bf1811aa6ec46404ceef7b29f311f8c.tar.gz |
Update DEPENDS.
Diffstat (limited to 'security/nessus')
-rw-r--r-- | security/nessus/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/nessus/Makefile b/security/nessus/Makefile index 83ccac53308..b458e5dcf92 100644 --- a/security/nessus/Makefile +++ b/security/nessus/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.15 2003/06/09 17:01:25 frueauf Exp $ +# $NetBSD: Makefile,v 1.16 2003/07/13 18:00:06 wiz Exp $ # DISTNAME= nessus-${VERS} +PKGREVISION= 1 MASTER_SITES= # empty DISTFILES= # empty .include "../nessus/Makefile.common" COMMENT= The Nessus Network Security Scanner -DEPENDS+= nessus-core-${VERS}:../nessus-core -DEPENDS+= nessus-plugins-${VERS}:../nessus-plugins +DEPENDS+= nessus-core-${VERS}nb1:../nessus-core +DEPENDS+= nessus-plugins-${VERS}nb1:../nessus-plugins USE_X11= yes EXTRACT_ONLY= # empty |