summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/xemacs-current/Makefile4
-rw-r--r--editors/xemacs/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile
index 6b3cc074df3..018fbc9c213 100644
--- a/editors/xemacs-current/Makefile
+++ b/editors/xemacs-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2002/05/31 15:19:57 seb Exp $
+# $NetBSD: Makefile,v 1.9 2002/06/12 04:35:15 sakamoto Exp $
DISTNAME= xemacs-21.5.5
CATEGORIES= editors
@@ -56,8 +56,8 @@ WITH_XFACE= --with-xface=no
.endif
.if defined(EMACS_CANNA) && ${EMACS_CANNA} == YES
+.include "../../inputmethod/canna-lib/buildlink.mk"
WITH_CANNA= --with-canna=yes
-DEPENDS+= Canna-lib-3*:../../inputmethod/canna-lib
.else
WITH_CANNA= --with-canna=no
.endif
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index e2ef4963778..3c09c9ebe78 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2002/05/31 15:19:57 seb Exp $
+# $NetBSD: Makefile,v 1.49 2002/06/12 04:35:15 sakamoto Exp $
DISTNAME= xemacs-21.1.14
PKGREVISION= 2
@@ -58,8 +58,8 @@ WITH_XFACE= --with-xface=no
.endif
.if defined(EMACS_CANNA) && ${EMACS_CANNA} == YES
+.include "../../inputmethod/canna-lib/buildlink.mk"
WITH_CANNA= --with-canna=yes
-DEPENDS+= Canna-lib-3*:../../inputmethod/canna-lib
.else
WITH_CANNA= --with-canna=no
.endif