summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-01-08 02:55:21 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-01-08 02:55:21 +0000
commitcedbdee44c77024777736fa3058643195428d171 (patch)
tree2bd564c9bc26b6a77a92a7f1625bdd9ae3f108df
parentUpdate to 4.0.5 (diff)
Because japanese/xemacs-canna was moved to japanese/xemacs21-canna
Notes
Notes: svn path=/head/; revision=24537
-rw-r--r--japanese/lookup-emacs21/Makefile2
-rw-r--r--japanese/lookup-mule/Makefile2
-rw-r--r--japanese/lookup/Makefile2
-rw-r--r--print/yatex/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/japanese/lookup-emacs21/Makefile b/japanese/lookup-emacs21/Makefile
index a61febb19cae..be1086caa0d9 100644
--- a/japanese/lookup-emacs21/Makefile
+++ b/japanese/lookup-emacs21/Makefile
@@ -23,7 +23,7 @@ PATCHDIR= ${.CURDIR}/patches
EMACS?= mule
.if (${EMACS} == "xemacs")
-BUILD_DEPENDS+= xemacs:${PORTSDIR}/japanese/xemacs-canna \
+BUILD_DEPENDS+= xemacs:${PORTSDIR}/japanese/xemacs21-canna \
${PREFIX}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${PORTSDIR}/editors/xemacs-sumo-packages
EMACSDIR= ${PREFIX}/lib/xemacs/site-packages
ELISPDIR= ${EMACSDIR}/lisp/lookup
diff --git a/japanese/lookup-mule/Makefile b/japanese/lookup-mule/Makefile
index a61febb19cae..be1086caa0d9 100644
--- a/japanese/lookup-mule/Makefile
+++ b/japanese/lookup-mule/Makefile
@@ -23,7 +23,7 @@ PATCHDIR= ${.CURDIR}/patches
EMACS?= mule
.if (${EMACS} == "xemacs")
-BUILD_DEPENDS+= xemacs:${PORTSDIR}/japanese/xemacs-canna \
+BUILD_DEPENDS+= xemacs:${PORTSDIR}/japanese/xemacs21-canna \
${PREFIX}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${PORTSDIR}/editors/xemacs-sumo-packages
EMACSDIR= ${PREFIX}/lib/xemacs/site-packages
ELISPDIR= ${EMACSDIR}/lisp/lookup
diff --git a/japanese/lookup/Makefile b/japanese/lookup/Makefile
index a61febb19cae..be1086caa0d9 100644
--- a/japanese/lookup/Makefile
+++ b/japanese/lookup/Makefile
@@ -23,7 +23,7 @@ PATCHDIR= ${.CURDIR}/patches
EMACS?= mule
.if (${EMACS} == "xemacs")
-BUILD_DEPENDS+= xemacs:${PORTSDIR}/japanese/xemacs-canna \
+BUILD_DEPENDS+= xemacs:${PORTSDIR}/japanese/xemacs21-canna \
${PREFIX}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${PORTSDIR}/editors/xemacs-sumo-packages
EMACSDIR= ${PREFIX}/lib/xemacs/site-packages
ELISPDIR= ${EMACSDIR}/lisp/lookup
diff --git a/print/yatex/Makefile b/print/yatex/Makefile
index ab064058ee6c..d677bd976f90 100644
--- a/print/yatex/Makefile
+++ b/print/yatex/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= taoka@FreeBSD.org
WRKSRC= ${WRKDIR}/yatex${VERSION}
.if defined(XEMACS-MULE)
-BUILD_DEPENDS= xemacs:${PORTSDIR}/japanese/xemacs-canna \
+BUILD_DEPENDS= xemacs:${PORTSDIR}/japanese/xemacs21-canna \
${PREFIX}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${PORTSDIR}/editors/xemacs-sumo-packages \
nkf:${PORTSDIR}/japanese/nkf
.endif