[62712] trunk/dports/lang/slime/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Jan 14 18:13:02 PST 2010
On Jan 14, 2010, at 05:05, easieste at macports.org wrote:
> Revision: 62712
> http://trac.macports.org/changeset/62712
> Author: easieste at macports.org
> Date: 2010-01-14 03:05:34 -0800 (Thu, 14 Jan 2010)
> Log Message:
> -----------
> Update to slime-20100113.
>
> Update message and variants about currently working MacPorts Lisp implementation.
> +variant abcl description "Require lang/abcl for SLIME" {
> + depends_run-append port:abcl
> +}
> +
> +variant abcl description "Require lang/ccl for SLIME" {
> + depends_run-append port:ccl
> +}
> +
> +variant abcl description "Require lang/ecl for SLIME" {
> + depends_run-append port:ccl
> +}
You have some variant-duplication and -description issues here.
More information about the macports-dev
mailing list