Revision
117429
Author
devans@macports.org
Date
2014-02-25 22:18:53 -0800 (Tue, 25 Feb 2014)

Log Message

yelp-xsl: replace in-tree intltool.m4 with our version, autoreconf to correct intltool configuration.

Modified Paths

Diff

Modified: trunk/dports/gnome/yelp-xsl/Portfile (117428 => 117429)


--- trunk/dports/gnome/yelp-xsl/Portfile	2014-02-26 06:07:50 UTC (rev 117428)
+++ trunk/dports/gnome/yelp-xsl/Portfile	2014-02-26 06:18:53 UTC (rev 117429)
@@ -30,6 +30,15 @@
                 port:libxslt \
                 port:libxml2
 
+# update m4/intltool.m4 and autoreconf
+
+pre-configure {
+    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+}
+
+use_autoreconf  yes
+autoreconf.args -fvi
+
 post-activate   {
     system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
 }