[107663] trunk/dports/gnome/libgsf/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Jul 3 17:58:20 PDT 2013


Revision: 107663
          https://trac.macports.org/changeset/107663
Author:   jeremyhu at macports.org
Date:     2013-07-03 17:58:20 -0700 (Wed, 03 Jul 2013)
Log Message:
-----------
libgsf: autoreconf to skip the INTLTOOL_PERL nonsense

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

Modified: trunk/dports/gnome/libgsf/Portfile
===================================================================
--- trunk/dports/gnome/libgsf/Portfile	2013-07-04 00:53:04 UTC (rev 107662)
+++ trunk/dports/gnome/libgsf/Portfile	2013-07-04 00:58:20 UTC (rev 107663)
@@ -39,9 +39,12 @@
                         port:zlib \
                         port:bzip2
 
-configure.env           INTLTOOL_PERL=${prefix}/bin/perl5.12
 configure.args          --enable-introspection
 
+# Don't do intltool's INTLTOOL_PERL dance
+use_autoreconf  yes
+autoreconf.args -fvi
+
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
 build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130703/e7c7d7a2/attachment.html>


More information about the macports-changes mailing list