Revision: 117435 https://trac.macports.org/changeset/117435 Author: devans@macports.org Date: 2014-02-25 23:26:48 -0800 (Tue, 25 Feb 2014) Log Message: ----------- vte: autoreconf with our intltool.m4 to correct intltool configuration, build deps. Modified Paths: -------------- trunk/dports/gnome/vte/Portfile Modified: trunk/dports/gnome/vte/Portfile =================================================================== --- trunk/dports/gnome/vte/Portfile 2014-02-26 07:07:52 UTC (rev 117434) +++ trunk/dports/gnome/vte/Portfile 2014-02-26 07:26:48 UTC (rev 117435) @@ -27,13 +27,19 @@ sha256 6f38c5edf57d0a5b870c4e5e210731cccfb4899d0856ba7a3dc599f2ba6e23e1 depends_build port:pkgconfig \ - port:intltool + port:intltool \ + port:gtk-doc depends_lib port:gtk3 \ port:gobject-introspection patchfiles patch-src-vteutils.c.diff +# autoreconf with our intltool.m4 + +use_autoreconf yes +autoreconf.args -fvi + configure.args --disable-glade \ --disable-Bsymbolic \ --enable-introspection=yes
participants (1)
-
devans@macports.org