[42628] trunk/dports/devel/automake/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Wed Nov 26 19:47:00 PST 2008


Revision: 42628
          http://trac.macports.org/changeset/42628
Author:   mcalhoun at macports.org
Date:     2008-11-26 19:47:00 -0800 (Wed, 26 Nov 2008)
Log Message:
-----------
automake: Due to #17182, path dependencies should not have ${prefix} in them.
Changed perl dependency (see #16830).
Fixes #17060.

Modified Paths:
--------------
    trunk/dports/devel/automake/Portfile

Modified: trunk/dports/devel/automake/Portfile
===================================================================
--- trunk/dports/devel/automake/Portfile	2008-11-27 03:18:17 UTC (rev 42627)
+++ trunk/dports/devel/automake/Portfile	2008-11-27 03:47:00 UTC (rev 42628)
@@ -21,7 +21,7 @@
 use_bzip2	yes
 
 depends_build	port:autoconf
-depends_lib	path:${prefix}/bin/perl:perl5.8
+depends_lib	path:bin/perl:perl5
 
 configure.args	--infodir=${prefix}/share/info
 configure.perl	${prefix}/bin/perl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081126/ce135e8e/attachment.html>


More information about the macports-changes mailing list