[107653] trunk/dports/devel/shared-mime-info/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Jul 3 15:36:39 PDT 2013


Revision: 107653
          https://trac.macports.org/changeset/107653
Author:   jeremyhu at macports.org
Date:     2013-07-03 15:36:39 -0700 (Wed, 03 Jul 2013)
Log Message:
-----------
shared-mime-info: autoreconf to skip the INTLTOOL_PERL nonsense

Modified Paths:
--------------
    trunk/dports/devel/shared-mime-info/Portfile

Modified: trunk/dports/devel/shared-mime-info/Portfile
===================================================================
--- trunk/dports/devel/shared-mime-info/Portfile	2013-07-03 22:33:26 UTC (rev 107652)
+++ trunk/dports/devel/shared-mime-info/Portfile	2013-07-03 22:36:39 UTC (rev 107653)
@@ -25,12 +25,13 @@
 depends_build   port:pkgconfig \
                 port:intltool
 
-# The perl executable should be the one explicitly required by intltool
-configure.env-append  INTLTOOL_PERL=${prefix}/bin/perl5.12
-
 depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
                 port:libxml2
 
+# Don't do intltool's INTLTOOL_PERL dance
+use_autoreconf  yes
+autoreconf.args -fvi
+
 use_parallel_build no
 
 configure.args  --disable-update-mimedb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130703/d011e12a/attachment-0001.html>


More information about the macports-changes mailing list