[88235] trunk/dports/gnome/gnome-doc-utils/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Dec 22 09:45:35 PST 2011


Revision: 88235
          http://trac.macports.org/changeset/88235
Author:   ryandesign at macports.org
Date:     2011-12-22 09:45:20 -0800 (Thu, 22 Dec 2011)
Log Message:
-----------
gnome-doc-utils: use the right perl to configure; see #28565

Modified Paths:
--------------
    trunk/dports/gnome/gnome-doc-utils/Portfile

Modified: trunk/dports/gnome/gnome-doc-utils/Portfile
===================================================================
--- trunk/dports/gnome/gnome-doc-utils/Portfile	2011-12-22 17:24:13 UTC (rev 88234)
+++ trunk/dports/gnome/gnome-doc-utils/Portfile	2011-12-22 17:45:20 UTC (rev 88235)
@@ -37,13 +37,13 @@
 depends_lib    port:gettext \
                port:libxslt
 
-
 depends_run    port:docbook-xml \
                port:docbook-xsl \
                port:rarian \
                port:iso-codes
 
-configure.env-append  INTLTOOL_PERL=${prefix}/bin/perl
+# The perl executable should be the one explicitly required by intltool
+configure.env-append  INTLTOOL_PERL=${prefix}/bin/perl5.12
 configure.args        --disable-scrollkeeper
 
 variant python25 conflicts python26 python27 description {Use python 2.5} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111222/797fe57c/attachment.html>


More information about the macports-changes mailing list