[107755] trunk/dports/audio/tagtool/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Jul 4 23:52:42 PDT 2013


Revision: 107755
          https://trac.macports.org/changeset/107755
Author:   jeremyhu at macports.org
Date:     2013-07-04 23:52:42 -0700 (Thu, 04 Jul 2013)
Log Message:
-----------
tagtool: autoreconf to skip the INTLTOOL_PERL nonsense

Modified Paths:
--------------
    trunk/dports/audio/tagtool/Portfile

Modified: trunk/dports/audio/tagtool/Portfile
===================================================================
--- trunk/dports/audio/tagtool/Portfile	2013-07-05 06:52:15 UTC (rev 107754)
+++ trunk/dports/audio/tagtool/Portfile	2013-07-05 06:52:42 UTC (rev 107755)
@@ -42,10 +42,11 @@
                 port:sqlite3 \
                 port:libffi
 
+# Don't do intltool's INTLTOOL_PERL dance
+use_autoreconf  yes
+autoreconf.args -fvi
+
 configure.cflags-append -flat_namespace
 post-configure {
     reinplace "s|-export-dynamic||g" ${worksrcpath}/src/Makefile
 }
-
-# intltool needs to be run with the correct version of perl
-configure.env-append INTLTOOL_PERL=${prefix}/bin/perl5.12
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130704/4b3ed1db/attachment.html>


More information about the macports-changes mailing list