Is there a way to figure out which deps would have to be build from sources

MK-MacPorts at techno.ms MK-MacPorts at techno.ms
Sat Apr 12 15:16:50 PDT 2014


Hi Eric,

>     #!/bin/sh
>     for depport in `port -q rdeps $1`; do
>       sh /path/to/mp-distributable.sh ${depport}
>     done

that worked like a breeze. I should have been able to create in on my own. :-)

Thanks!

Greets,
Marko


More information about the macports-dev mailing list