summaryrefslogtreecommitdiff
path: root/editors/xemacs-current/Makefile
diff options
context:
space:
mode:
authorseb <seb>2002-05-31 15:19:55 +0000
committerseb <seb>2002-05-31 15:19:55 +0000
commit431ea98571053f3aa1ed28457c962e7ae27124da (patch)
treee5e05e1f68878e875eea775d0580adfcb0147f37 /editors/xemacs-current/Makefile
parent1e2d7c4683333f50753973e5f00465f35e0b8ecb (diff)
downloadpkgsrc-431ea98571053f3aa1ed28457c962e7ae27124da.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/Makefile')
-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