pkgbase: Remove runtime dependency on bootloader
It isn't needed and will cause problem when upgrading to a newer release.
Reviewed by: emaste
MFC after: 2 weeks
Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D33878
(cherry picked from commit 5efa7281a7
)
This commit is contained in:
parent
6f840e49af
commit
7694791655
@ -34,6 +34,9 @@ main() {
|
||||
vital="false"
|
||||
|
||||
case "${outname}" in
|
||||
bootloader)
|
||||
pkgdeps=""
|
||||
;;
|
||||
clibs)
|
||||
vital="true"
|
||||
# clibs should not have any dependencies or anything
|
||||
|
Loading…
Reference in New Issue
Block a user