Revision
111804
Author
mojca@macports.org
Date
2013-10-02 08:23:23 -0700 (Wed, 02 Oct 2013)

Log Message

epstool: disable parallel build (#40613)

Modified Paths

Diff

Modified: trunk/dports/print/epstool/Portfile (111803 => 111804)


--- trunk/dports/print/epstool/Portfile	2013-10-02 14:58:21 UTC (rev 111803)
+++ trunk/dports/print/epstool/Portfile	2013-10-02 15:23:23 UTC (rev 111804)
@@ -26,6 +26,7 @@
 depends_lib	bin:gs:ghostscript
 
 use_configure	no
+use_parallel_build  no
 
 build.env	CFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
 build.args-append       CC=${configure.cc} \