[107026] trunk/dports/finance/abtransfers/Portfile

mk at macports.org mk at macports.org
Fri Jun 14 12:10:50 PDT 2013


Revision: 107026
          https://trac.macports.org/changeset/107026
Author:   mk at macports.org
Date:     2013-06-14 12:10:50 -0700 (Fri, 14 Jun 2013)
Log Message:
-----------
abtransfers: allow parallel build and do not unnecessarily override configure phase (see ticket #39424)

Modified Paths:
--------------
    trunk/dports/finance/abtransfers/Portfile

Modified: trunk/dports/finance/abtransfers/Portfile
===================================================================
--- trunk/dports/finance/abtransfers/Portfile	2013-06-14 17:54:22 UTC (rev 107025)
+++ trunk/dports/finance/abtransfers/Portfile	2013-06-14 19:10:50 UTC (rev 107026)
@@ -33,8 +33,10 @@
 
 use_bzip2           yes
 
-configure {
-	system -W ${worksrcpath} "qmake \"INCLUDEPATH += ${prefix}/include/aqbanking5 ${prefix}/include/gwenhywfar4\""
+use_parallel_build  yes
+
+pre-configure {
+	configure.pre_args-append	INCLUDEPATH+="${prefix}/include/aqbanking5 ${prefix}/include/gwenhywfar4"
 }
 
 destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130614/44b3ed7d/attachment.html>


More information about the macports-changes mailing list