diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-11-19 00:50:34 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-11-19 00:50:34 +0000 |
commit | 4ed77b7682fdebe70ad564900db671ddecda26a1 (patch) | |
tree | 222044e36f657f9a833e31e8ef2d1ac9ee2f407b /japanese/lyx/Makefile | |
parent | Comma separated values manipulations (diff) |
Update to 1.0.3
Requested by: kiri@pis.toba-cmt.ac.jp
Notes
Notes:
svn path=/head/; revision=23193
Diffstat (limited to 'japanese/lyx/Makefile')
-rw-r--r-- | japanese/lyx/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/japanese/lyx/Makefile b/japanese/lyx/Makefile index d9ebcc6ce5ba..34a1c00456e1 100644 --- a/japanese/lyx/Makefile +++ b/japanese/lyx/Makefile @@ -1,27 +1,26 @@ # New ports collection makefile for: lyx -# Version required: 1.0.0 +# Version required: 1.0.3 # Date created: 27 April 1999 # Whom: Seiichirou Hiraoka # # $FreeBSD$ # -DISTNAME= lyx-1.0.0 -PKGNAME= ja-lyx-1.0.0 +DISTNAME= lyx-1.0.3 +PKGNAME= ja-lyx-1.0.3 CATEGORIES= japanese print MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ ftp://la1ad.uio.no/pub/lyx/ \ ftp://alpha.tat.physik.uni-tuebingen.de/pub/lyx/stable/ \ ftp://ftp.sdsc.edu/pub/other/lyx/stable/ \ http://cgi.din.or.jp/~kawakami/product/LyX/ -DISTFILES= lyx-1.0.0.tar.gz lyx-jp-kit0.04for1.0.0.tar.gz +DISTFILES= lyx-1.0.3.tar.gz lyx-jp-kit0.10b4for1.0.3.tar.gz -MAINTAINER= flathill@FreeBSD.org +MAINTAINER= flathill@FreeBSD.ORG -BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX +RUN_DEPENDS= platex:${PORTSDIR}/japanese/platex-euc .if defined(WITH_ISPELL) -RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell +RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell .endif LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ Xpm.4:${PORTSDIR}/graphics/xpm |