diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-18 20:54:54 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-18 20:54:54 +0000 |
commit | b44412826c310345af6b4e9f8a18856ab9dc697c (patch) | |
tree | 754cc09d016b594a03833ce3daef965c9bdc343a /print/lyx-devel | |
parent | 96d370829f1b3db4cc7524acf9b3e01947df58b9 (diff) | |
download | ports-b44412826c310345af6b4e9f8a18856ab9dc697c.tar.gz ports-b44412826c310345af6b4e9f8a18856ab9dc697c.zip |
Notes
Diffstat (limited to 'print/lyx-devel')
-rw-r--r-- | print/lyx-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile index ab3393e9f098..99d6c2c3fa1b 100644 --- a/print/lyx-devel/Makefile +++ b/print/lyx-devel/Makefile @@ -3,7 +3,7 @@ # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.26 1999/02/05 14:55:31 dirk Exp $ +# $Id: Makefile,v 1.27 1999/03/15 09:27:25 dirk Exp $ # DISTNAME= lyx-1.0.1 @@ -35,7 +35,7 @@ MAN1= lyx.1 reLyX.1 pre-fetch: .if !defined(WITH_ISPELL) - @${ECHO_MSG} "if you want this port build with spell checker type" + @${ECHO_MSG} "If you want this port built with spell checker support, use" @${ECHO_MSG} "make WITH_ISPELL=yes" .endif |