diff options
author | martti <martti> | 2003-05-09 08:02:29 +0000 |
---|---|---|
committer | martti <martti> | 2003-05-09 08:02:29 +0000 |
commit | 72506c816a312107f8a57c00affcee5cb63ac391 (patch) | |
tree | 462b1202cf24eca96fc1582f1688a644d15970df /editors/lyx-qt/Makefile | |
parent | 7c425dd97d6dd7cbd2fbfd62e14273b018c2f1c4 (diff) | |
download | pkgsrc-72506c816a312107f8a57c00affcee5cb63ac391.tar.gz |
Updated lyx to 1.3.2
* the spellchecker code has been overhauled and many bugs have been squashed
* many small bugs in the Qt frontend have been fixed
* several languages now benefit from an improved translation of the user
interface
Diffstat (limited to 'editors/lyx-qt/Makefile')
-rw-r--r-- | editors/lyx-qt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/lyx-qt/Makefile b/editors/lyx-qt/Makefile index da357f06e5a..85b767f2804 100644 --- a/editors/lyx-qt/Makefile +++ b/editors/lyx-qt/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2003/05/02 12:12:30 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/05/09 08:02:29 martti Exp $ # .include "./Makefile.common" PKGNAME= ${DISTNAME:S/lyx-/lyx-qt-/} -PKGREVISION= 1 COMMENT+= (QT version) CONFLICTS+= lyx-xforms-[0-9]* |