Revision
117417
Author
devans@macports.org
Date
2014-02-25 14:12:00 -0800 (Tue, 25 Feb 2014)

Log Message

libsecret: replace in-tree intltool.m4 with our version, autoreconf to correct intltool configuration, build deps.

Modified Paths

Diff

Modified: trunk/dports/gnome/libsecret/Portfile (117416 => 117417)


--- trunk/dports/gnome/libsecret/Portfile	2014-02-25 21:43:04 UTC (rev 117416)
+++ trunk/dports/gnome/libsecret/Portfile	2014-02-25 22:12:00 UTC (rev 117417)
@@ -26,6 +26,7 @@
 
 depends_build   port:intltool \
                 port:pkgconfig \
+                port:libxslt \
                 port:gtk-doc
 
 depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
@@ -33,6 +34,17 @@
                 port:vala \
                 port:libgcrypt
 
+# update build/m4/intltool.m4 and autoreconf
+
+pre-configure {
+    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/build/m4
+}
+
+use_autoreconf  yes
+autoreconf.args -fvi
+
+configure.args  --disable-silent-rules
+
 platform darwin 8 {
     # The rules enabled by gobject-introspection require GNU make 3.81+
     depends_build-append    port:gmake