From d1828a409323f6431d36fa4ba52699f94ffff500 Mon Sep 17 00:00:00 2001 From: mi Date: Sat, 28 Feb 2009 19:33:38 +0000 Subject: Parallelized build appears to break on occasion... Disable it until I figure out, how to fix the dependencies. --- print/lyx15/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print/lyx15/Makefile') diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile index 1bded33a5e17..743be8958500 100644 --- a/print/lyx15/Makefile +++ b/print/lyx15/Makefile @@ -48,7 +48,7 @@ CONFIGURE_ARGS= --with-frontend=qt4 \ --with-extra-prefix=${LOCALBASE} MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" -ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` +#ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` MAN1= lyx.1 tex2lyx.1 lyxclient.1 -- cgit