diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 2000-05-02 22:49:54 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 2000-05-02 22:49:54 +0000 |
commit | a5d0b6f8aeab5171aed1fbf54372ebdd9995783c (patch) | |
tree | 1297916bb7c6a44c4a9939be533b051e6a354134 /japanese/lyx/Makefile | |
parent | 3d8f4096b5939efb05df66e4960d3e32eb6cc4ae (diff) | |
download | ports-a5d0b6f8aeab5171aed1fbf54372ebdd9995783c.tar.gz ports-a5d0b6f8aeab5171aed1fbf54372ebdd9995783c.zip |
Notes
Diffstat (limited to 'japanese/lyx/Makefile')
-rw-r--r-- | japanese/lyx/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/lyx/Makefile b/japanese/lyx/Makefile index 36cba2f8330f..a1a66530bd88 100644 --- a/japanese/lyx/Makefile +++ b/japanese/lyx/Makefile @@ -18,10 +18,10 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= flathill@FreeBSD.ORG -RUN_DEPENDS= platex:${PORTSDIR}/japanese/platex-euc -.if defined(WITH_ISPELL) -RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell -.endif +#RUN_DEPENDS= platex:${PORTSDIR}/japanese/platex-euc +#.if defined(WITH_ISPELL) +#RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell +#.endif LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ Xpm.4:${PORTSDIR}/graphics/xpm @@ -38,7 +38,7 @@ pre-fetch: @${ECHO_MSG} "make WITH_ISPELL=yes" .endif -do-patch: +post-patch: @cd ${WRKSRC}; ${PATCH} -p1 < ../lyx-jp-patch post-install: |