diff options
author | tron <tron> | 2005-06-20 15:47:57 +0000 |
---|---|---|
committer | tron <tron> | 2005-06-20 15:47:57 +0000 |
commit | 43617e4fa296a9c00350f168ce4471a4cf2004f1 (patch) | |
tree | c21a0ddcf4959dd2f9c0293ddb5fea37c3c91f65 /security/nessus | |
parent | 0f99329fa3a2f6ae8adcf1fc20bd3b374d61e29e (diff) | |
download | pkgsrc-43617e4fa296a9c00350f168ce4471a4cf2004f1.tar.gz |
Allow package revisions in dependences on "nessus-core" and
"nessus-plugins". The package can now be installed again after the
recent change to the "nessus-plugins" package.
Diffstat (limited to 'security/nessus')
-rw-r--r-- | security/nessus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/nessus/Makefile b/security/nessus/Makefile index abca4e156f7..8970dbda098 100644 --- a/security/nessus/Makefile +++ b/security/nessus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/06/01 18:03:21 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2005/06/20 15:47:57 tron Exp $ .include "../nessus/Makefile.common" @@ -8,8 +8,8 @@ DISTFILES= # empty COMMENT= The Nessus Network Security Scanner -DEPENDS+= nessus-core-${VERS}:../nessus-core -DEPENDS+= nessus-plugins-${VERS}:../nessus-plugins +DEPENDS+= nessus-core-${VERS}{,nb*}:../nessus-core +DEPENDS+= nessus-plugins-${VERS}{,nb*}:../nessus-plugins EXTRACT_ONLY= # empty NO_CHECKSUM= yes |