[65205] trunk/dports/_resources/port1.0/group/hocbinding-1.0.tcl

nox at macports.org nox at macports.org
Tue Mar 23 09:17:52 PDT 2010


Revision: 65205
          http://trac.macports.org/changeset/65205
Author:   nox at macports.org
Date:     2010-03-23 09:17:51 -0700 (Tue, 23 Mar 2010)
Log Message:
-----------
Fix hocbinding portgroup when there are multiple dependencies

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

Modified: trunk/dports/_resources/port1.0/group/hocbinding-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/hocbinding-1.0.tcl	2010-03-23 16:17:36 UTC (rev 65204)
+++ trunk/dports/_resources/port1.0/group/hocbinding-1.0.tcl	2010-03-23 16:17:51 UTC (rev 65205)
@@ -80,7 +80,7 @@
         pre-configure {
             set args ""
             foreach dep ${hocbinding.deps} {
-                append args " -d ${hocbinding.deps}"
+                append args " -d ${dep}"
             }
 
             system "cd [file dirname ${worksrcpath}] && \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100323/28d28c13/attachment.html>


More information about the macports-changes mailing list