On Sep 5, 2010, at 16:42, tom...@macports.org wrote: > Revision: 71236 > http://trac.macports.org/changeset/71236 > Author: tom...@macports.org > Date: 2010-09-05 14:42:29 -0700 (Sun, 05 Sep 2010) > Log Message: > ----------- > - new upstream release > - add two variants for perl5.10 and perl5.12 as ikiwiki > no longer seems to run out-of-the-box with perl5.8, make > perl5.12 (the newest) the default. closes #26320 > > Modified Paths: > -------------- > trunk/dports/www/ikiwiki/Portfile
> +default_variants +perl512 You should only make perl512 the default variant if the user has not already requested the perl510 variant: if {![variant_isset perl510]} { default_variants +perl512 } _______________________________________________ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev