[94231] trunk/dports/sysutils/sfind/Portfile

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


Revision: 94231
          https://trac.macports.org/changeset/94231
Author:   ryandesign at macports.org
Date:     2012-06-12 18:27:15 -0700 (Tue, 12 Jun 2012)
Log Message:
-----------
sfind: disable parallel building, which smake does not support (#34842)

Modified Paths:
--------------
    trunk/dports/sysutils/sfind/Portfile

Modified: trunk/dports/sysutils/sfind/Portfile
===================================================================
--- trunk/dports/sysutils/sfind/Portfile	2012-06-13 00:49:23 UTC (rev 94230)
+++ trunk/dports/sysutils/sfind/Portfile	2012-06-13 01:27:15 UTC (rev 94231)
@@ -24,6 +24,9 @@
 
 use_configure       no
 
+# smake does not support the -j flag
+use_parallel_build  no
+
 build.cmd           smake
 
 destroot.destdir    INS_BASE=${destroot}${prefix} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120612/1ad2c594/attachment-0001.html>


More information about the macports-changes mailing list