[33780] trunk/dports/science/molden/Portfile

jochen at macports.org jochen at macports.org
Tue Feb 5 00:01:38 PST 2008


Revision: 33780
          http://trac.macosforge.org/projects/macports/changeset/33780
Author:   jochen at macports.org
Date:     2008-02-05 00:01:34 -0800 (Tue, 05 Feb 2008)

Log Message:
-----------
handcode use of macports.conf ${buildnicevalue} and ${buildmakejobs}

Modified Paths:
--------------
    trunk/dports/science/molden/Portfile

Modified: trunk/dports/science/molden/Portfile
===================================================================
--- trunk/dports/science/molden/Portfile	2008-02-05 07:24:51 UTC (rev 33779)
+++ trunk/dports/science/molden/Portfile	2008-02-05 08:01:34 UTC (rev 33780)
@@ -36,10 +36,11 @@
 depends_lib         lib:libX11.6:XFree86
 patchfiles          patch-makefile.diff \
                     patch-molden.f.diff
+use_parallel_build  yes
 configure.cmd       true
 configure.pre_args
 build.target        molden
-build.cmd           gmake
+build.cmd           nice -n ${buildnicevalue} gmake -j${buildmakejobs}
 destroot            { xinstall -W ${worksrcpath} molden ${destroot}${prefix}/bin }
 
 post-install        { ui_msg "**************************************************"

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


More information about the macports-changes mailing list