[40957] trunk/dports/net/transmission-x11/Portfile
Rainer Müller
raimue at macports.org
Sun Oct 19 05:39:22 PDT 2008
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}.
Rainer
More information about the macports-dev
mailing list