diff options
author | seb <seb> | 2002-05-31 15:19:55 +0000 |
---|---|---|
committer | seb <seb> | 2002-05-31 15:19:55 +0000 |
commit | 331ffdeb8a7d96b647b18652d47b91736e057575 (patch) | |
tree | e5e05e1f68878e875eea775d0580adfcb0147f37 /editors/xemacs-current | |
parent | 548826b9d9a97ad6ae6f28f42ef21b05640a6c7e (diff) | |
download | pkgsrc-331ffdeb8a7d96b647b18652d47b91736e057575.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-current')
-rw-r--r-- | editors/xemacs-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index bedc31db56f..6b3cc074df3 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/05/20 16:46:29 cjep Exp $ +# $NetBSD: Makefile,v 1.8 2002/05/31 15:19:57 seb Exp $ DISTNAME= xemacs-21.5.5 CATEGORIES= editors @@ -57,7 +57,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 |