[96506] trunk/dports/devel/ocaml-vorbis/Portfile

mww at macports.org mww at macports.org
Sun Aug 12 05:00:39 PDT 2012


Revision: 96506
          https://trac.macports.org/changeset/96506
Author:   mww at macports.org
Date:     2012-08-12 05:00:38 -0700 (Sun, 12 Aug 2012)
Log Message:
-----------
ocaml-vorbis: dont build in parallel

Modified Paths:
--------------
    trunk/dports/devel/ocaml-vorbis/Portfile

Modified: trunk/dports/devel/ocaml-vorbis/Portfile
===================================================================
--- trunk/dports/devel/ocaml-vorbis/Portfile	2012-08-12 11:50:59 UTC (rev 96505)
+++ trunk/dports/devel/ocaml-vorbis/Portfile	2012-08-12 12:00:38 UTC (rev 96506)
@@ -23,11 +23,13 @@
                     port:ocaml-ogg \
                     port:libvorbis
 
-configure.pkg_config    ${prefix}/bin/pkg-config
+configure.pkg_config ${prefix}/bin/pkg-config
 
-build.args          LIBDIRS=${prefix}/lib
 configure.env-append OCAMLFIND=${ocamlfind_wrapper} USER=macports
 
+use_parallel_build  no
+build.args          LIBDIRS=${prefix}/lib
+
 pre-destroot {
   set ocamlfind_destdir "${destroot}[exec ${prefix}/bin/ocamlfind printconf destdir]"
   file mkdir $ocamlfind_destdir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120812/e8e60040/attachment.html>


More information about the macports-changes mailing list