[46003] trunk/dports

illogic-al at macports.org illogic-al at macports.org
Mon Jan 26 20:11:54 PST 2009


Revision: 46003
          http://trac.macports.org/changeset/46003
Author:   illogic-al at macports.org
Date:     2009-01-26 20:11:53 -0800 (Mon, 26 Jan 2009)
Log Message:
-----------
Add ${distname} to configure.args properly.

Modified Paths:
--------------
    trunk/dports/devel/akonadi/Portfile
    trunk/dports/devel/automoc/Portfile
    trunk/dports/devel/soprano/Portfile
    trunk/dports/graphics/qimageblitz/Portfile

Modified: trunk/dports/devel/akonadi/Portfile
===================================================================
--- trunk/dports/devel/akonadi/Portfile	2009-01-27 03:55:28 UTC (rev 46002)
+++ trunk/dports/devel/akonadi/Portfile	2009-01-27 04:11:53 UTC (rev 46003)
@@ -19,7 +19,7 @@
 
 depends_lib         port:qt4-mac
 
-configure.args      ../${distname}
+configure.args-append      ../${distname}
 
 variant mysql description "Build the Akonadi server" {
     depends_lib	path:${prefix}/bin/mysqld:mysql5-devel

Modified: trunk/dports/devel/automoc/Portfile
===================================================================
--- trunk/dports/devel/automoc/Portfile	2009-01-27 03:55:28 UTC (rev 46002)
+++ trunk/dports/devel/automoc/Portfile	2009-01-27 04:11:53 UTC (rev 46003)
@@ -24,5 +24,5 @@
 pre-configure       { file mkdir ${worksrcpath} }
 
 configure.compiler  gcc-4.2
-configure.args      ../${distname}
+configure.args-append      ../${distname}
 

Modified: trunk/dports/devel/soprano/Portfile
===================================================================
--- trunk/dports/devel/soprano/Portfile	2009-01-27 03:55:28 UTC (rev 46002)
+++ trunk/dports/devel/soprano/Portfile	2009-01-27 04:11:53 UTC (rev 46003)
@@ -19,5 +19,5 @@
 
 depends_lib         port:clucene port:strigi port:redland port:qt4-mac
 
-configure.args      ../${distname}
+configure.args-append      ../${distname}
 

Modified: trunk/dports/graphics/qimageblitz/Portfile
===================================================================
--- trunk/dports/graphics/qimageblitz/Portfile	2009-01-27 03:55:28 UTC (rev 46002)
+++ trunk/dports/graphics/qimageblitz/Portfile	2009-01-27 04:11:53 UTC (rev 46003)
@@ -21,5 +21,5 @@
 
 depends_lib         port:qt4-mac
 
-configure.args      ../${distname}
+configure.args-append      ../${distname}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090126/0bff5988/attachment.html>


More information about the macports-changes mailing list