package: FreeBSD-periodic should depend on FreeBSD-cron

Reported by: des
Reviewed by: imp, des
Pull Request: https://github.com/freebsd/freebsd-src/pull/1204
This commit is contained in:
Lexi Winter 2024-04-29 08:29:13 -06:00 committed by Warner Losh
parent 702766d09a
commit 2ef5a8624a

View file

@ -40,6 +40,9 @@ main() {
clang)
pkgdeps="lld libcompiler_rt-dev"
;;
periodic)
pkgdeps="cron"
;;
# -dev packages that have no corresponding non-dev package
# as a dependency.