[117387] trunk/dports/gnome/gucharmap/Portfile

devans at macports.org devans at macports.org
Mon Feb 24 14:55:16 PST 2014


Revision: 117387
          https://trac.macports.org/changeset/117387
Author:   devans at macports.org
Date:     2014-02-24 14:55:16 -0800 (Mon, 24 Feb 2014)
Log Message:
-----------
gucharmap: replace in-tree intltool.m4 with our version, autoreconf to correct intltool configuration, build deps.

Modified Paths:
--------------
    trunk/dports/gnome/gucharmap/Portfile

Modified: trunk/dports/gnome/gucharmap/Portfile
===================================================================
--- trunk/dports/gnome/gucharmap/Portfile	2014-02-24 22:17:47 UTC (rev 117386)
+++ trunk/dports/gnome/gucharmap/Portfile	2014-02-24 22:55:16 UTC (rev 117387)
@@ -24,6 +24,8 @@
 depends_build   port:pkgconfig \
                 port:intltool \
                 port:itstool \
+                port:gnome-common \
+                port:yelp-tools \
                 port:gtk-doc
 
 depends_lib     port:desktop-file-utils \
@@ -34,6 +36,15 @@
 depends_run     port:gnome-settings-daemon \
                 port:yelp
 
+# update m4/intltool.m4 and autoreconf
+
+pre-configure {
+    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+}
+
+use_autoreconf  yes
+autoreconf.args -fvi
+
 use_parallel_build no
 
 configure.args  --with-gtk=3.0 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140224/c5c3dc0f/attachment.html>


More information about the macports-changes mailing list