[94233] trunk/dports/math/scalc/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jun 12 18:33:17 PDT 2012


Revision: 94233
          https://trac.macports.org/changeset/94233
Author:   ryandesign at macports.org
Date:     2012-06-12 18:33:17 -0700 (Tue, 12 Jun 2012)
Log Message:
-----------
scalc: disable parallel building which smake does not support; use full path to smake

Modified Paths:
--------------
    trunk/dports/math/scalc/Portfile

Modified: trunk/dports/math/scalc/Portfile
===================================================================
--- trunk/dports/math/scalc/Portfile	2012-06-13 01:30:55 UTC (rev 94232)
+++ trunk/dports/math/scalc/Portfile	2012-06-13 01:33:17 UTC (rev 94233)
@@ -24,8 +24,11 @@
 
 use_configure   no
 
-build.cmd       smake
+# smake does not support the -j flag
+use_parallel_build  no
 
+build.cmd           ${prefix}/bin/smake
+
 destroot.destdir   INS_BASE=${destroot}${prefix} \
                    MANDIR=share/man
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120612/5777d007/attachment-0001.html>


More information about the macports-changes mailing list