[72678] trunk/dports/aqua/qt4-mac/Portfile
Ryan Schmidt
ryandesign at macports.org
Sat Oct 23 12:29:14 PDT 2010
On Oct 23, 2010, at 08:10, michaelld at macports.org wrote:
> Revision: 72678
> http://trac.macports.org/changeset/72678
> Author: michaelld at macports.org
> Date: 2010-10-23 06:10:22 -0700 (Sat, 23 Oct 2010)
> Log Message:
> -----------
> Update removing of qt4-mac from list of dependencies, with the correct
> syntax. Should fix "qt4-mac infinite loop issue".
>
> Modified Paths:
> --------------
> trunk/dports/aqua/qt4-mac/Portfile
>
> Modified: trunk/dports/aqua/qt4-mac/Portfile
> ===================================================================
> --- trunk/dports/aqua/qt4-mac/Portfile 2010-10-23 13:02:33 UTC (rev 72677)
> +++ trunk/dports/aqua/qt4-mac/Portfile 2010-10-23 13:10:22 UTC (rev 72678)
> @@ -7,7 +7,7 @@
> # use the qt4 group, except for the depends_lib
> # since we're building qt4 here.
> PortGroup qt4 1.0
> -depends_lib-delete bin:qmake:qt4-mac
> +depends_lib-delete path:bin/qmake:qt4-mac
And, oops, sorry, I realize now I caused that by making the change to the qt4 portgroup and not understanding where else I needed to make the same change.
More information about the macports-dev
mailing list