summaryrefslogtreecommitdiff
path: root/editors/xemacs-current
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-09 07:16:13 +0000
committerminskim <minskim>2004-02-09 07:16:13 +0000
commitc5a31111c06b984c9ac27fd71007fee0e8867b08 (patch)
treeb557670113ba778e93c13aa2cf94ee564049331f /editors/xemacs-current
parent3dde0f7d8f98278143beaf38eede15eb3d58e6d2 (diff)
downloadpkgsrc-c5a31111c06b984c9ac27fd71007fee0e8867b08.tar.gz
Use XEMACS_USE_CANNA instead of EMACS_CANNA for consistency, and add
it to BUILD_DEFS. Approved by uebayasi@.
Diffstat (limited to 'editors/xemacs-current')
-rw-r--r--editors/xemacs-current/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile
index 23c68978980..d280dc762c0 100644
--- a/editors/xemacs-current/Makefile
+++ b/editors/xemacs-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2004/02/01 01:43:29 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2004/02/09 07:16:13 minskim Exp $
DISTNAME= xemacs-21.5.16
PKGREVISION= 1
@@ -12,6 +12,7 @@ COMMENT= *BETA* XEmacs text editor version 21.5.16
USE_BUILDLINK2= YES
USE_X11= YES
+BUILD_DEFS+= XEMACS_WIDGETS XEMACS_ESD USE_LDAP USE_XFACE XEMACS_USE_CANNA
PLIST_SUBST+= EMACSVER=xemacs-21.5-b16
MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b16
@@ -55,7 +56,7 @@ WITH_XFACE= --with-xface
WITH_XFACE= --without-xface
.endif
-.if defined(EMACS_CANNA) && (${EMACS_CANNA} == "YES")
+.if defined(XEMACS_USE_CANNA) && (${XEMACS_USE_CANNA} == "YES")
. include "../../inputmethod/canna-lib/buildlink2.mk"
WITH_CANNA= --with-canna
.else