[117793] users/devans/dports/gnome/nemiver/Portfile

devans at macports.org devans at macports.org
Wed Mar 12 21:52:55 PDT 2014


Revision: 117793
          https://trac.macports.org/changeset/117793
Author:   devans at macports.org
Date:     2014-03-12 21:52:55 -0700 (Wed, 12 Mar 2014)
Log Message:
-----------
devans/dports: nemiver, add intltool configuration fix, build deps.

Modified Paths:
--------------
    users/devans/dports/gnome/nemiver/Portfile

Modified: users/devans/dports/gnome/nemiver/Portfile
===================================================================
--- users/devans/dports/gnome/nemiver/Portfile	2014-03-13 04:41:40 UTC (rev 117792)
+++ users/devans/dports/gnome/nemiver/Portfile	2014-03-13 04:52:55 UTC (rev 117793)
@@ -41,6 +41,7 @@
                     port:boost
 
 depends_build       port:pkgconfig \
+                    port:intltool \
                     port:itstool \
                     port:libxml2 \
                     port:libxslt \
@@ -52,6 +53,12 @@
 
 patchfiles          nemiver-tr1-osx-patch.diff
 
+# update m4/intltool.m4 and autoreconf
+
+pre-configure {
+    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+}
+
 use_autoreconf      yes
 autoreconf.args     -fvi
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140312/d53e7b1a/attachment.html>


More information about the macports-changes mailing list