Revision: 144346 https://trac.macports.org/changeset/144346 Author: afb@macports.org Date: 2016-01-06 15:27:39 -0800 (Wed, 06 Jan 2016) Log Message: ----------- xfconf: patch intltool with autogen Modified Paths: -------------- trunk/dports/xfce/xfconf/Portfile Modified: trunk/dports/xfce/xfconf/Portfile =================================================================== --- trunk/dports/xfce/xfconf/Portfile 2016-01-06 23:10:57 UTC (rev 144345) +++ trunk/dports/xfce/xfconf/Portfile 2016-01-06 23:27:39 UTC (rev 144346) @@ -6,6 +6,7 @@ name xfconf version 4.12.0 set branch [join [lrange [split ${version} .] 0 1] .] +revision 1 categories xfce platforms darwin license GPL-2 @@ -19,15 +20,14 @@ sha1 453b1589f242f293c193b0432accd8888964c3ab \ sha256 9910eaea8405336415d4d7f3056403f8c67bc23ba0dce251eac35205c603b156 -depends_build port:intltool \ - port:pkgconfig +depends_build port:xfce4-dev-tools port:intltool port:pkgconfig depends_lib port:libxfce4util \ port:dbus port:dbus-glib \ port:xorg-libsm port:xorg-libX11 \ port:gtk2 # remove INTLTOOL_PERL -use_autoconf yes +pre-configure { system -W ${worksrcpath} "xdt-autogen" } configure.args --disable-perl-bindings