pkgbase: Stop adding FreeBSD-runtime as a dep for every package

shlib_required/provided is enough for the dependencies and this also
causes problems for packages like rescue which shouldn't depend on runtime
at all.

PR:	268063
Sponsored by:	Beckhoff Automation GmbH & Co. KG
This commit is contained in:
Emmanuel Vadot 2022-12-08 11:55:39 +01:00
parent 07d1c4a919
commit 6933abc3e4

View file

@ -96,7 +96,6 @@ main() {
pkgdeps="${outname}"
;;
${origname})
pkgdeps="runtime"
;;
*)
uclfile="${outname##*}${origname}"