diff options
author | seb <seb@pkgsrc.org> | 2002-05-31 15:19:55 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-05-31 15:19:55 +0000 |
commit | 5f661affe6a85da41ab2a566eac2ab7951cc2a78 (patch) | |
tree | e5e05e1f68878e875eea775d0580adfcb0147f37 /editors/xemacs | |
parent | dfe38b91343ea1c872b946eb8743027902bf1834 (diff) | |
download | pkgsrc-5f661affe6a85da41ab2a566eac2ab7951cc2a78.tar.gz |
Adjust various pathnames to use newly reimported packages from the japanese
category.
This is part of the japanese category retirement.
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index b3e39235e82..e2ef4963778 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2002/04/05 18:39:18 magick Exp $ +# $NetBSD: Makefile,v 1.48 2002/05/31 15:19:57 seb Exp $ DISTNAME= xemacs-21.1.14 PKGREVISION= 2 @@ -59,7 +59,7 @@ WITH_XFACE= --with-xface=no .if defined(EMACS_CANNA) && ${EMACS_CANNA} == YES WITH_CANNA= --with-canna=yes -DEPENDS+= Canna-lib-3*:../../japanese/canna-lib +DEPENDS+= Canna-lib-3*:../../inputmethod/canna-lib .else WITH_CANNA= --with-canna=no .endif |