diff options
Diffstat (limited to 'editors/lyx-xforms')
-rw-r--r-- | editors/lyx-xforms/DESCR | 2 | ||||
-rw-r--r-- | editors/lyx-xforms/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/editors/lyx-xforms/DESCR b/editors/lyx-xforms/DESCR index 3ea793a282e..8c4598a69a8 100644 --- a/editors/lyx-xforms/DESCR +++ b/editors/lyx-xforms/DESCR @@ -4,7 +4,7 @@ LaTeX. 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 +easy and intuitive. Features include spell-checking, international character support, WYSIWYG graphics, tables, and equations. This version of LyX uses the XForms graphical user interface toolkit. diff --git a/editors/lyx-xforms/Makefile b/editors/lyx-xforms/Makefile index 7059c2a898f..929a630f4ef 100644 --- a/editors/lyx-xforms/Makefile +++ b/editors/lyx-xforms/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2006/04/07 00:54:25 minskim Exp $ +# $NetBSD: Makefile,v 1.21 2006/04/18 23:21:18 reed Exp $ # .include "../../editors/lyx-qt/Makefile.common" PKGNAME= ${DISTNAME:S/lyx-/lyx-xforms-/} -PKGREVISION= 2 COMMENT+= (xforms version) |