[117320] trunk/dports/gnome/gnome-backgrounds/Portfile

devans at macports.org devans at macports.org
Fri Feb 21 18:10:04 PST 2014


Revision: 117320
          https://trac.macports.org/changeset/117320
Author:   devans at macports.org
Date:     2014-02-21 18:10:04 -0800 (Fri, 21 Feb 2014)
Log Message:
-----------
replace in-tree intltool.m4 with our version, autoreconf to correct intltool configuration, dependencies.

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

Modified: trunk/dports/gnome/gnome-backgrounds/Portfile
===================================================================
--- trunk/dports/gnome/gnome-backgrounds/Portfile	2014-02-22 00:49:12 UTC (rev 117319)
+++ trunk/dports/gnome/gnome-backgrounds/Portfile	2014-02-22 02:10:04 UTC (rev 117320)
@@ -27,4 +27,15 @@
 depends_build       port:intltool \
                     port:gettext
 
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2
+
+# update m4/intltool.m4 and autoreconf
+
+pre-configure {
+    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+}
+
+use_autoreconf      yes
+autoreconf.args     -fvi
+
 livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140221/e9a34be4/attachment.html>


More information about the macports-changes mailing list