On Apr 11, 2016, at 10:49 AM, René J.V. Bertin wrote:
> Is it acceptable to have a sort of cyclic dependency
no.
--
Daniel J. Luke
___
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports
Hi,
Is it acceptable to have a sort of cyclic dependency of the kind:
port A:
depends_run-append port:B
port B:
depends_build port:A
or even
port B:
depends_run-append port:A
I'm not really certain yet of the actual dependencies in my particular case so
I may not actually need this kind of h