On Nov 1, 2008, at 13:29, [EMAIL PROTECTED] wrote:
Revision: 41395 http://trac.macports.org/changeset/41395 Author: [EMAIL PROTECTED] Date: 2008-11-01 11:29:13 -0700 (Sat, 01 Nov 2008) Log Message: ----------- autoconf: fix path to perl in dependencyModified Paths: -------------- trunk/dports/devel/autoconf/Portfile Modified: trunk/dports/devel/autoconf/Portfile ===================================================================--- trunk/dports/devel/autoconf/Portfile 2008-11-01 18:05:23 UTC (rev 41394) +++ trunk/dports/devel/autoconf/Portfile 2008-11-01 18:29:13 UTC (rev 41395)@@ -31,7 +31,7 @@ sha1 f15e14aa34acf871b47f659ef99a2e6707db4a18 \ rmd160 273448a60bc4dfcfcb3ee455ef012333eeca3256 -depends_lib path:${prefix}/bin/perl:perl5 \ +depends_lib path:bin/perl:perl5 \ port:m4 \ port:help2man
Why remove ${prefix} from the path? That doesn't seem right to me... I've always included ${prefix} when defining a path:-style dependency. The Guide also shows that the ${prefix} should be there in its lone path:-style dependency example:
http://guide.macports.org/#reference.dependencies.types _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
