[36658] trunk/dports/aqua/qt4-mac/Portfile

jochen at macports.org jochen at macports.org
Fri May 9 12:37:32 PDT 2008


Revision: 36658
          http://trac.macosforge.org/projects/macports/changeset/36658
Author:   jochen at macports.org
Date:     2008-05-09 12:37:31 -0700 (Fri, 09 May 2008)

Log Message:
-----------
allow parallel build,
remove (unavailable) test target,
clean up docs

Modified Paths:
--------------
    trunk/dports/aqua/qt4-mac/Portfile

Modified: trunk/dports/aqua/qt4-mac/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac/Portfile	2008-05-09 16:04:33 UTC (rev 36657)
+++ trunk/dports/aqua/qt4-mac/Portfile	2008-05-09 19:37:31 UTC (rev 36658)
@@ -30,12 +30,9 @@
 configure.cmd       "echo yes | ./configure"
 configure.pre_args
 
-test.run                yes
-test.target             check
-
-# directory to put .app and executable files
-# once installed there, should not be moved so they can find each other
-#   (e.g. assistant.app) and the examples directory
+# directory for .app and executable files
+# Once installed, they should not be moved so they can find each other
+# (e.g. assistant.app) and the examples directory
 set bindir ${prefix}/libexec/${name}/bin
 
 pre-configure {
@@ -70,6 +67,7 @@
     # not made by default, anyway: -nomake demos -nomake examples
 
 build.target        first
+use_parallel_build  yes
 
 destroot.destdir    INSTALL_ROOT="${destroot}"
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080509/acb024ee/attachment.html


More information about the macports-changes mailing list