summaryrefslogtreecommitdiff
path: root/editors/xemacs-current
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-05-31 15:19:55 +0000
committerseb <seb@pkgsrc.org>2002-05-31 15:19:55 +0000
commit5f661affe6a85da41ab2a566eac2ab7951cc2a78 (patch)
treee5e05e1f68878e875eea775d0580adfcb0147f37 /editors/xemacs-current
parentdfe38b91343ea1c872b946eb8743027902bf1834 (diff)
downloadpkgsrc-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-current')
-rw-r--r--editors/xemacs-current/Makefile4
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