summaryrefslogtreecommitdiff
path: root/editors/xemacs-current
diff options
context:
space:
mode:
authorsakamoto <sakamoto>2002-06-12 04:35:15 +0000
committersakamoto <sakamoto>2002-06-12 04:35:15 +0000
commit658fa58c89afd4c9765fb568726775f7c7ba81c5 (patch)
tree53f65a0f649fb34b47d9f25afa024341126a44a6 /editors/xemacs-current
parenta609c151d0ca4a1e21728816d751c97c7780178c (diff)
downloadpkgsrc-658fa58c89afd4c9765fb568726775f7c7ba81c5.tar.gz
use inputmethod/canna-lib/buildlink.mk.
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 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