[72637] trunk/dports/_resources/port1.0/group/qt4-1.0.tcl

ryandesign at macports.org ryandesign at macports.org
Thu Oct 21 08:50:01 PDT 2010


Revision: 72637
          http://trac.macports.org/changeset/72637
Author:   ryandesign at macports.org
Date:     2010-10-21 08:49:58 -0700 (Thu, 21 Oct 2010)
Log Message:
-----------
qt4-1.0.tcl: use path:-style dependencies rather than bin:-style so that we do not allow non-MacPorts versions of these binaries to satisfy the dependency

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/qt4-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/qt4-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/qt4-1.0.tcl	2010-10-21 15:24:25 UTC (rev 72636)
+++ trunk/dports/_resources/port1.0/group/qt4-1.0.tcl	2010-10-21 15:49:58 UTC (rev 72637)
@@ -98,7 +98,7 @@
      -DQT_PNG_LIBRARY=${prefix}/lib/libpng.dylib"
 
 # allow for both qt4 and qt4 devel
-depends_lib-append      bin:qmake:qt4-mac
+depends_lib-append      path:bin/qmake:qt4-mac
 
 # standard configure environment
 configure.env-append    QTDIR=${qt_dir} \
@@ -119,7 +119,7 @@
 }
 
 # use PKGCONFIG for Qt discovery in configure scripts
-depends_build-append    bin:pkg-config:pkgconfig
+depends_build-append    path:bin/pkg-config:pkgconfig
 
 # use a parallel build by default
 use_parallel_build      yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101021/55f25aba/attachment.html>


More information about the macports-changes mailing list