[117464] trunk/dports/audio/easytag/Portfile

devans at macports.org devans at macports.org
Thu Feb 27 14:51:36 PST 2014


Revision: 117464
          https://trac.macports.org/changeset/117464
Author:   devans at macports.org
Date:     2014-02-27 14:51:36 -0800 (Thu, 27 Feb 2014)
Log Message:
-----------
easytag: autoreconf with our intltool.m4 to fix intltool configuration, build deps (#42638).

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

Modified: trunk/dports/audio/easytag/Portfile
===================================================================
--- trunk/dports/audio/easytag/Portfile	2014-02-27 22:27:55 UTC (rev 117463)
+++ trunk/dports/audio/easytag/Portfile	2014-02-27 22:51:36 UTC (rev 117464)
@@ -30,7 +30,8 @@
 
 depends_build   port:pkgconfig \
                 port:intltool \
-                port:itstool
+                port:itstool \
+                port:yelp-tools
 
 depends_lib     port:desktop-file-utils \
                 port:gtk2 \
@@ -42,6 +43,15 @@
                 port:taglib \
                 port:wavpack
 
+# update m4/intltool.m4 and autoreconf
+
+pre-configure {
+    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+}
+
+use_autoreconf  yes
+autoreconf.args -fvi
+
 configure.cflags-append \
                 -Wno-format-nonliteral
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140227/5dd4b3fb/attachment.html>


More information about the macports-changes mailing list