diff options
author | wiz <wiz> | 2003-07-13 17:54:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-07-13 17:54:29 +0000 |
commit | d2ff8316e5784e2f092e5b501e434c3c6a64c042 (patch) | |
tree | 049d6d84b089d6ab2ba64c5f6ce5fb229bf7d18c /security | |
parent | 9ec39029dfc96e7c034561d8739f9adc593e3278 (diff) | |
download | pkgsrc-d2ff8316e5784e2f092e5b501e434c3c6a64c042.tar.gz |
Update DEPENDS.
Diffstat (limited to 'security')
-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 |