diff options
author | agc <agc> | 2005-11-19 19:21:47 +0000 |
---|---|---|
committer | agc <agc> | 2005-11-19 19:21:47 +0000 |
commit | 99d1165cb4a09750dc2bdeb782adf813c9402ac3 (patch) | |
tree | 55e3dce37255f78939cc7768cf1d3a7cb0425197 /mk/bulk | |
parent | 39be970a248381368cb914b95804a315b0f28ea9 (diff) | |
download | pkgsrc-99d1165cb4a09750dc2bdeb782adf813c9402ac3.tar.gz |
Allow the bulk builds to work by adding security/audit-packages as a
BULK_PREREQ package.
Diffstat (limited to 'mk/bulk')
-rw-r--r-- | mk/bulk/bsd.bulk-pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/bsd.bulk-pkg.mk b/mk/bulk/bsd.bulk-pkg.mk index 1677781b407..406b7ef4d8d 100644 --- a/mk/bulk/bsd.bulk-pkg.mk +++ b/mk/bulk/bsd.bulk-pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.bulk-pkg.mk,v 1.103 2005/11/19 03:53:50 rillig Exp $ +# $NetBSD: bsd.bulk-pkg.mk,v 1.104 2005/11/19 19:21:47 agc Exp $ # # Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@NetBSD.org> @@ -151,7 +151,7 @@ BULK_DBFILE?= ${BULKFILESDIR}/.bulk_db${BULK_ID} # A list of pkgs which we should _never_ delete during a build. The primary # use is for digest and also for xpkgwedge. Add pkgtools/xpkgwedge in # /etc/mk.conf to do an xpkgwedged bulk build. -BULK_PREREQ+= pkgtools/digest +BULK_PREREQ+= pkgtools/digest security/audit-packages # Commands for printing informational messages from the bulk build. # BULK_MSG_CONT is used for continuing a message started with BULK_MSG |