summaryrefslogtreecommitdiff
path: root/editors/xemacs21-mule
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-21 22:33:26 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-21 22:33:26 +0000
commit6f8bd7579790ea689cff4b4ae9b9e2bf5144b285 (patch)
tree32bb4b0c669cef68807d043bbe42c609ea7a23be /editors/xemacs21-mule
parentConvert to ELF and cleanup use of MAN* macros. (diff)
Remove regexp support for libcanna since it can now be built
in ELF format as well.
Notes
Notes: svn path=/head/; revision=13297
Diffstat (limited to 'editors/xemacs21-mule')
-rw-r--r--editors/xemacs21-mule/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile
index c7db03b406c3..d97822c1c014 100644
--- a/editors/xemacs21-mule/Makefile
+++ b/editors/xemacs21-mule/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 Dec 1997
# Whom: Kazuyuki IENAGA <ienaga@jsys.co.jp>
#
-# $Id: Makefile,v 1.7 1998/09/17 00:50:44 asami Exp $
+# $Id: Makefile,v 1.8 1998/09/21 02:00:37 steve Exp $
#
DISTNAME= xemacs-20.4
@@ -66,7 +66,7 @@ SITE_LIBRARIES= ${X11BASE}/lib
SITE_INCLUDES+= ${PREFIX}/include
SITE_LIBRARIES+= ${PREFIX}/lib
.if defined(CANNA)
-LIB_INPUT_METHOD+= canna\\.1\\.:${PORTSDIR}/japanese/Canna
+LIB_INPUT_METHOD+= canna.1:${PORTSDIR}/japanese/Canna
WITH_INPUT_METHOD+= --with-canna
.endif
.if defined(WNN4)