[40957] trunk/dports/net/transmission-x11/Portfile
Ryan Schmidt
ryandesign at macports.org
Sun Oct 19 14:39:14 PDT 2008
On Oct 19, 2008, at 07:45, Eric wrote:
> Rainer Müller a écrit :
>
>> Ryan Schmidt wrote:
>>
>>> It builds only on 10.5? or it builds on 10.5 or greater? If the
>>> latter, I recommend something like:
>>>
>>> variant aqua description {Build Aqua front-end} {
>>> pre-fetch {
>>> if { ${os.major} < 9 } {
>>> return -code error "The aqua front-end of ${name} requires Mac OS
>>> X 10.5 or greater. Try the gtk variant instead."
>>> }
>>> }
>>> configure.args-delete --disable-darwin
>>> configure.args-append --enable-darwin
>>> }
>>
>> Okay, moving this into the aqua variant is better. But you missed the
>> platform check on ${os.platform}.
>
> It's not what's written in the guide, is it ?
> http://guide.macports.org/#development.variants.phase
Then we should fix the guide :)
More information about the macports-dev
mailing list