summaryrefslogtreecommitdiff
path: root/editors/xemacs-current
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-09 07:16:13 +0000
committerminskim <minskim@pkgsrc.org>2004-02-09 07:16:13 +0000
commita26fbaedb6ee85b6f049f487b54f10666c43b02e (patch)
treeb557670113ba778e93c13aa2cf94ee564049331f /editors/xemacs-current
parent7e9d73f48e6985d6717e2cc1f8cd467d422c642d (diff)
downloadpkgsrc-a26fbaedb6ee85b6f049f487b54f10666c43b02e.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