summaryrefslogtreecommitdiff
path: root/editors/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/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/mule')
-rw-r--r--editors/mule/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile
index fc55ad422c70..882ab10241db 100644
--- a/editors/mule/Makefile
+++ b/editors/mule/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 July 1997
# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
#
-# $Id: Makefile,v 1.30 1997/09/10 08:49:29 asami Exp $
+# $Id: Makefile,v 1.31 1998/05/02 21:07:09 max Exp $
#
DISTNAME= mule-2.3
@@ -40,7 +40,7 @@ STRIP=
INSTALL_TARGET= install-arch-dep
.if defined(CANNA)
-LIB_INPUT_METHOD+= canna\\.1\\.:${PORTSDIR}/japanese/Canna
+LIB_INPUT_METHOD+= canna.1:${PORTSDIR}/japanese/Canna
WITH_INPUT_METHOD+= --canna --canna-libraries=${PREFIX}/lib \
--canna-includes=${PREFIX}/include
.endif