[117676] trunk/dports/gnome/ghex/Portfile

devans at macports.org devans at macports.org
Fri Mar 7 14:58:04 PST 2014


Revision: 117676
          https://trac.macports.org/changeset/117676
Author:   devans at macports.org
Date:     2014-03-07 14:58:04 -0800 (Fri, 07 Mar 2014)
Log Message:
-----------
ghex: update m4/intltool.m4 and autoreconf to fix intltool configuration, build deps.

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

Modified: trunk/dports/gnome/ghex/Portfile
===================================================================
--- trunk/dports/gnome/ghex/Portfile	2014-03-07 22:56:55 UTC (rev 117675)
+++ trunk/dports/gnome/ghex/Portfile	2014-03-07 22:58:04 UTC (rev 117676)
@@ -26,7 +26,8 @@
 depends_build   port:pkgconfig \
                 port:intltool \
                 port:itstool \
-                port:yelp-tools
+                port:yelp-tools \
+                port:gnome-common
 
 depends_lib     port:desktop-file-utils \
                 port:atk \
@@ -35,6 +36,15 @@
 depends_run     port:yelp \
                 port:gnome-settings-daemon
 
+# 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
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140307/b30ba972/attachment.html>


More information about the macports-changes mailing list