Revision: 83177 http://trac.macports.org/changeset/83177 Author: jmr@macports.org Date: 2011-08-27 02:08:09 -0700 (Sat, 27 Aug 2011) Log Message: ----------- ledit: disable parallel build (#30993) Modified Paths: -------------- trunk/dports/editors/ledit/Portfile Modified: trunk/dports/editors/ledit/Portfile =================================================================== --- trunk/dports/editors/ledit/Portfile 2011-08-27 08:14:44 UTC (rev 83176) +++ trunk/dports/editors/ledit/Portfile 2011-08-27 09:08:09 UTC (rev 83177) @@ -29,3 +29,4 @@ reinplace "s|MANDIR=/usr/man/manl|MANDIR=${destroot}${prefix}/share/man/man1|" "${worksrcpath}/Makefile" reinplace "s|(MANDIR)/ledit.l|(MANDIR)/ledit.1|" "${worksrcpath}/Makefile" } +use_parallel_build no