diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1998-12-28 21:18:07 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1998-12-28 21:18:07 +0000 |
commit | 2e2e2f52dd22dcb70a219b9dd7f0b24f35cb73d6 (patch) | |
tree | b71610abe4e824c5df24f7d1d9b153c021cf16b9 /print/lyx16/Makefile | |
parent | Add a patch for glib11d-config. (diff) |
Upgrade to 1.0.0pre6
Requested by: Andreas Klemm <andreas@FreeBSD.ORG>
Diffstat (limited to 'print/lyx16/Makefile')
-rw-r--r-- | print/lyx16/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index c704cc07622f..2c578e9d80f8 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/Makefile @@ -3,10 +3,10 @@ # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.22 1998/09/26 23:18:08 steve Exp $ +# $Id: Makefile,v 1.23 1998/11/10 15:15:59 andreas Exp $ # -DISTNAME= lyx-1.0.0pre2 +DISTNAME= lyx-1.0.0pre6 CATEGORIES= print MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/ \ ftp://la1ad.uio.no/pub/lyx/ @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" STRIP= CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11" -MAN1= lyx.1 +MAN1= lyx.1 reLyX.1 pre-fetch: .if !defined(WITH_ISPELL) |