subports
Mark Brethen
mark.brethen at gmail.com
Tue Jan 3 21:02:38 PST 2012
On Jan 3, 2012, at 10:22 PM, Jeremy Lavergne wrote:
>> How exactly do you specify a subport with the port command?
>
> `port ... subport=blah`
>
> For example:
> cd py-requests
> port install subport=py27-requests
>
Instead of using subports, what if I override the configure phase?
configure {
system "cd ${worksrcpath} ; ./configure --prefix=${prefix} --with-csl ; ./configure --with-psl"
}
Would this work?
Then in the build phase it should make both types lisp systems. Correct?
Mark
More information about the macports-dev
mailing list