summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-12-01 00:06:44 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-12-01 00:06:44 +0000
commita0a119468273c016876780e7d655fe1e05ed031c (patch)
tree62972c705ba47fe4fade34a413463953c1ee5e51
parentI misunderstood Richard's instructions. (diff)
Change a depend port from japanese/xemacs to japanese/xemacs-canna
because japanese/xemacs was removed Submitted by: asami
Notes
Notes: svn path=/head/; revision=23518
-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 915ecef2c4be..a61febb19cae 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 \
+BUILD_DEPENDS+= xemacs:${PORTSDIR}/japanese/xemacs-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 915ecef2c4be..a61febb19cae 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 \
+BUILD_DEPENDS+= xemacs:${PORTSDIR}/japanese/xemacs-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 915ecef2c4be..a61febb19cae 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 \
+BUILD_DEPENDS+= xemacs:${PORTSDIR}/japanese/xemacs-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 da9acf28e687..ab064058ee6c 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 \
+BUILD_DEPENDS= xemacs:${PORTSDIR}/japanese/xemacs-canna \
${PREFIX}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${PORTSDIR}/editors/xemacs-sumo-packages \
nkf:${PORTSDIR}/japanese/nkf
.endif