[101368] trunk/dports/gnome/nautilus/Portfile

raimue at macports.org raimue at macports.org
Wed Jan 9 09:43:44 PST 2013


Revision: 101368
          https://trac.macports.org/changeset/101368
Author:   raimue at macports.org
Date:     2013-01-09 09:43:44 -0800 (Wed, 09 Jan 2013)
Log Message:
-----------
gnome/nautilus:
We need to use the same version of perl with which intltool was built.
See #30937 for some reference.

Modified Paths:
--------------
    trunk/dports/gnome/nautilus/Portfile

Modified: trunk/dports/gnome/nautilus/Portfile
===================================================================
--- trunk/dports/gnome/nautilus/Portfile	2013-01-09 17:43:14 UTC (rev 101367)
+++ trunk/dports/gnome/nautilus/Portfile	2013-01-09 17:43:44 UTC (rev 101368)
@@ -53,6 +53,9 @@
                 --disable-schemas-install \
                 --disable-packagekit
 
+# intltool needs to be run with the correct version of perl
+configure.env-append INTLTOOL_PERL=${prefix}/bin/perl5.12
+
 post-activate {
     system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
     system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130109/39308645/attachment-0001.html>


More information about the macports-changes mailing list