Revision
117464
Author
devans@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

Diff

Modified: trunk/dports/audio/easytag/Portfile (117463 => 117464)


--- 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