diff options
-rw-r--r-- | editors/lyx-qt/MESSAGE | 17 | ||||
-rw-r--r-- | editors/lyx-qt/Makefile | 4 | ||||
-rw-r--r-- | editors/lyx-qt/Makefile.common | 3 | ||||
-rw-r--r-- | editors/lyx-xforms/Makefile | 4 |
4 files changed, 23 insertions, 5 deletions
diff --git a/editors/lyx-qt/MESSAGE b/editors/lyx-qt/MESSAGE new file mode 100644 index 00000000000..c3460b14962 --- /dev/null +++ b/editors/lyx-qt/MESSAGE @@ -0,0 +1,17 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2004/08/26 18:04:10 reed Exp $ + +After upgrading LyX or adding new converters, document previewers, +TeX fonts, or other features, LyX users should consider running +the LyX Edit -> Reconfigure option so it can properly recognize +any changed capabilities. Then you can use the Edit -> Preferences +options to further configure these features. + +Examples of packages that can be used to extend LyX include: +converters/latex2rtf, converters/wv, graphics/ImageMagick, +graphics/tgif, graphics/tiff, print/dvipdfm, print/ghostscript-esp, +print/ghostscript-gnu, print/ghostscript-nox11, print/gv, +print/transfig, textproc/dsssl-docbook-modular, textproc/ispell-base, +textproc/latex2html, and x11/kdebase3. + +=========================================================================== diff --git a/editors/lyx-qt/Makefile b/editors/lyx-qt/Makefile index e728c7a47e8..35779be1256 100644 --- a/editors/lyx-qt/Makefile +++ b/editors/lyx-qt/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2004/06/04 15:30:35 reed Exp $ +# $NetBSD: Makefile,v 1.14 2004/08/26 18:04:10 reed Exp $ # .include "./Makefile.common" PKGNAME= ${DISTNAME:S/lyx-/lyx-qt-/} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT+= (QT version) diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common index 8d5ed40da64..4dba01702ca 100644 --- a/editors/lyx-qt/Makefile.common +++ b/editors/lyx-qt/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2004/06/04 15:30:35 reed Exp $ +# $NetBSD: Makefile.common,v 1.19 2004/08/26 18:04:10 reed Exp $ # DISTNAME= lyx-1.3.4 @@ -14,6 +14,7 @@ COMMENT= Graphical frontend for LaTeX 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 diff --git a/editors/lyx-xforms/Makefile b/editors/lyx-xforms/Makefile index 97e16a720c7..051f373242c 100644 --- a/editors/lyx-xforms/Makefile +++ b/editors/lyx-xforms/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2004/06/04 15:30:35 reed Exp $ +# $NetBSD: Makefile,v 1.9 2004/08/26 18:04:10 reed Exp $ # .include "../lyx-qt/Makefile.common" PKGNAME= ${DISTNAME:S/lyx-/lyx-xforms-/} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT+= (xforms version) |