[126658] trunk/dports/irc/hexchat/Portfile

raimue at macports.org raimue at macports.org
Mon Oct 13 03:32:33 PDT 2014


Revision: 126658
          https://trac.macports.org/changeset/126658
Author:   raimue at macports.org
Date:     2014-10-13 03:32:33 -0700 (Mon, 13 Oct 2014)
Log Message:
-----------
irc/hexchat:
Add missing dependency on intltool with required autoreconf

Modified Paths:
--------------
    trunk/dports/irc/hexchat/Portfile

Modified: trunk/dports/irc/hexchat/Portfile
===================================================================
--- trunk/dports/irc/hexchat/Portfile	2014-10-13 09:58:17 UTC (rev 126657)
+++ trunk/dports/irc/hexchat/Portfile	2014-10-13 10:32:33 UTC (rev 126658)
@@ -26,7 +26,8 @@
 checksums           rmd160  e2ee87c0cd34055268b6a39059f49aeb2e6dbe25 \
                     sha256  ffccee6a3470d2f9539e75bd0dd2e3f35c65737004cb02e6d2106c1d5dcde9a9                    
 
-depends_build       port:pkgconfig
+depends_build       port:pkgconfig \
+                    port:intltool
 depends_lib         port:gtk2 \
                     port:libsexy \
                     path:bin/perl:perl5 \
@@ -34,6 +35,13 @@
                     port:libnotify \
                     port:gettext
 
+# update m4/intltool.m4 and autoreconf
+pre-configure {
+    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+}
+use_autoreconf      yes
+autoreconf.args     -fvi
+
 configure.args      --disable-dependency-tracking \
                     --enable-minimal-flags \
                     --disable-python \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141013/4a25cb61/attachment.html>


More information about the macports-changes mailing list