diff options
author | taoka <taoka@FreeBSD.org> | 2000-01-08 10:55:21 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-01-08 10:55:21 +0800 |
commit | d6b7f3ada3aa1d955ef24fa661fc4d170a969f39 (patch) | |
tree | e1a3e0e888451301ac1b22091b1907ebedf60644 | |
parent | 3b9098da5bf7b4e0905ba43c8b01e64181afc826 (diff) | |
download | freebsd-ports-gnome-d6b7f3ada3aa1d955ef24fa661fc4d170a969f39.tar.gz freebsd-ports-gnome-d6b7f3ada3aa1d955ef24fa661fc4d170a969f39.tar.zst freebsd-ports-gnome-d6b7f3ada3aa1d955ef24fa661fc4d170a969f39.zip |
Because japanese/xemacs-canna was moved to japanese/xemacs21-canna
-rw-r--r-- | japanese/lookup-emacs21/Makefile | 2 | ||||
-rw-r--r-- | japanese/lookup-mule/Makefile | 2 | ||||
-rw-r--r-- | japanese/lookup/Makefile | 2 | ||||
-rw-r--r-- | print/yatex/Makefile | 2 |
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 |