Revision: 72678 http://trac.macports.org/changeset/72678 Author: michaelld@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 name qt4-mac conflicts qt4-mac-devel