diff options
author | reed <reed@pkgsrc.org> | 2005-09-07 17:38:41 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-09-07 17:38:41 +0000 |
commit | e60eb54445253095f60975edad573885dc510937 (patch) | |
tree | 5745441e14022868e431c30fc686071eca766fdf /editors/lyx-qt | |
parent | 4ee6e716a4c8587c00eca2d906e7ef79a4ae0254 (diff) | |
download | pkgsrc-e60eb54445253095f60975edad573885dc510937.tar.gz |
Use different descriptions for the QT and XForms versions of LyX.
Diffstat (limited to 'editors/lyx-qt')
-rw-r--r-- | editors/lyx-qt/DESCR | 2 | ||||
-rw-r--r-- | editors/lyx-qt/Makefile.common | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/editors/lyx-qt/DESCR b/editors/lyx-qt/DESCR index 586553485ed..37ff5cfd085 100644 --- a/editors/lyx-qt/DESCR +++ b/editors/lyx-qt/DESCR @@ -6,3 +6,5 @@ Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically generated. Speeds up learning LaTeX and makes complicated layouts easy and intuitive. New features include spell-checking, international character support, WYSIWYG graphics, tables, and equations. + +This version of LyX uses the Qt toolkit for the graphical interface. diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common index 2766eef63c9..a5d6f3ac1ce 100644 --- a/editors/lyx-qt/Makefile.common +++ b/editors/lyx-qt/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.26 2005/07/19 17:49:33 drochner Exp $ +# $NetBSD: Makefile.common,v 1.27 2005/09/07 17:38:41 reed Exp $ # DISTNAME= lyx-1.3.6 @@ -15,7 +15,6 @@ CONFLICTS= lyx-[0-9]* DEPENDS+= teTeX-[0-9]*:../../print/teTeX MESSAGE_SRC= ${.CURDIR}/../../editors/lyx-qt/MESSAGE -DESCR_SRC= ${.CURDIR}/../../editors/lyx-qt/DESCR DISTINFO_FILE= ${.CURDIR}/../../editors/lyx-qt/distinfo FILESDIR= ${.CURDIR}/../../editors/lyx-qt/files PATCHDIR= ${.CURDIR}/../../editors/lyx-qt/patches |