diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2009-02-28 19:33:38 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2009-02-28 19:33:38 +0000 |
commit | 92d89f7bac83822a7d7e68d15b46c0f20390998d (patch) | |
tree | e183b9d8b46d21793bc80900726c37406e6419f5 /print | |
parent | Update to 2009.03.01 based 1.2.4. (diff) |
Parallelized build appears to break on occasion... Disable it until I
figure out, how to fix the dependencies.
Notes
Notes:
svn path=/head/; revision=229228
Diffstat (limited to 'print')
-rw-r--r-- | print/lyx15/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |