diff options
author | jlam <jlam> | 2006-07-13 14:36:19 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-13 14:36:19 +0000 |
commit | 328be55e7522f12b9c5470ae28d0acb3205935df (patch) | |
tree | 14e5d040cce9375958da2c4d0b53736f60e0ee90 /security/audit-packages | |
parent | 48a75702a9f4cb71e80ae189278e65e43b17060d (diff) | |
download | pkgsrc-328be55e7522f12b9c5470ae28d0acb3205935df.tar.gz |
Convert digest dependency to a USE_TOOLS dependency.
Diffstat (limited to 'security/audit-packages')
-rw-r--r-- | security/audit-packages/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/audit-packages/Makefile b/security/audit-packages/Makefile index 216fb1be505..63cd71f36da 100644 --- a/security/audit-packages/Makefile +++ b/security/audit-packages/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2006/05/21 13:31:27 adrianp Exp $ +# $NetBSD: Makefile,v 1.68 2006/07/13 14:36:19 jlam Exp $ DISTNAME= audit-packages-1.43 CATEGORIES= security pkgtools @@ -10,7 +10,7 @@ COMMENT= Tools to show vulnerabilities in installed packages PKG_INSTALLATION_TYPES= overwrite pkgviews -DEPENDS+= digest-[0-9]*:../../pkgtools/digest +USE_TOOLS+= digest:run BUILD_DEFS+= PKGVULNDIR |