diff options
author | martti <martti@pkgsrc.org> | 2004-03-17 15:52:36 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-03-17 15:52:36 +0000 |
commit | fe64a53114c61204119f43ac36e70d00f85540d0 (patch) | |
tree | a980032387aa93ac25538695f67dac08be6e820e /editors/lyx-xforms | |
parent | f9b04b770aa1e215a55427a80e87fcde6dbe3802 (diff) | |
download | pkgsrc-fe64a53114c61204119f43ac36e70d00f85540d0.tar.gz |
Updated lyx-xforms and lyx-qt to 1.3.4
* It adds support for old files from LyX 0.10.x or 0.12.x;
* Lyx documents can now be opened and edited even if
they use text classes not present in your latex installation;
* New Qt features have been added (improved selection,
drag-and-drop);
* Mac OS X support is much improved;
* The interface and documentation localization have
been polished.
Diffstat (limited to 'editors/lyx-xforms')
-rw-r--r-- | editors/lyx-xforms/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/lyx-xforms/Makefile b/editors/lyx-xforms/Makefile index 4032c009f2d..cbaac1231f1 100644 --- a/editors/lyx-xforms/Makefile +++ b/editors/lyx-xforms/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2004/01/03 18:49:39 reed Exp $ +# $NetBSD: Makefile,v 1.5 2004/03/17 15:52:37 martti Exp $ # .include "../lyx-qt/Makefile.common" PKGNAME= ${DISTNAME:S/lyx-/lyx-xforms-/} -PKGREVISION= 3 COMMENT+= (xforms version) |