[41538] trunk/dports/textproc/texi2html/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Wed Nov 5 12:42:26 PST 2008
Revision: 41538
http://trac.macports.org/changeset/41538
Author: mcalhoun at macports.org
Date: 2008-11-05 12:42:26 -0800 (Wed, 05 Nov 2008)
Log Message:
-----------
texi2html: change perl dependency to path:bin/perl instead of port:perl5.8 (See #16830).
Modified Paths:
--------------
trunk/dports/textproc/texi2html/Portfile
Modified: trunk/dports/textproc/texi2html/Portfile
===================================================================
--- trunk/dports/textproc/texi2html/Portfile 2008-11-05 20:39:28 UTC (rev 41537)
+++ trunk/dports/textproc/texi2html/Portfile 2008-11-05 20:42:26 UTC (rev 41538)
@@ -16,12 +16,12 @@
sha1 9a6ccb6026fbab390872cb6ab8bd69288aff9934 \
rmd160 9be92744be0605c3f34bacbe7651f955884ae5f9
-depends_lib port:perl5.8
+depends_lib path:bin/perl:perl5
configure.args --infodir=${prefix}/share/info \
--mandir=${prefix}/share/man
-configure.perl ${prefix}/bin/perl5.8
+configure.perl ${prefix}/bin/perl
test.run yes
test.target check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081105/10b97158/attachment.html>
More information about the macports-changes
mailing list