[107673] trunk/dports/graphics/gimp2/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Jul 3 23:27:52 PDT 2013


Revision: 107673
          https://trac.macports.org/changeset/107673
Author:   jeremyhu at macports.org
Date:     2013-07-03 23:27:52 -0700 (Wed, 03 Jul 2013)
Log Message:
-----------
gimp2: autoreconf to skip the INTLTOOL_PERL nonsense

Modified Paths:
--------------
    trunk/dports/graphics/gimp2/Portfile

Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile	2013-07-04 06:19:12 UTC (rev 107672)
+++ trunk/dports/graphics/gimp2/Portfile	2013-07-04 06:27:52 UTC (rev 107673)
@@ -111,8 +111,9 @@
 #     It doesn't build any more anyways:
 #         https://trac.macports.org/ticket/35168
 
-# intltool needs to be run with the correct version of perl
-configure.env-append INTLTOOL_PERL=${prefix}/bin/perl5.12
+# Don't do intltool's INTLTOOL_PERL dance
+use_autoreconf  yes
+autoreconf.args -fvi
 
 variant python25 conflicts no_python python26 python27 description {Use python 2.5} {
     configure.python          ${prefix}/bin/python2.5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130703/d115a14e/attachment.html>


More information about the macports-changes mailing list