aboutsummaryrefslogtreecommitdiff
path: root/japanese/kinput2
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 /japanese/kinput2
parent39fe966579c6334ac7da98b008c3512f66a3e8fe (diff)
downloadports-6f8bd7579790ea689cff4b4ae9b9e2bf5144b285.tar.gz
ports-6f8bd7579790ea689cff4b4ae9b9e2bf5144b285.zip
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 'japanese/kinput2')
-rw-r--r--japanese/kinput2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/kinput2/Makefile b/japanese/kinput2/Makefile
index 78c31fdabfa5..0930e6774467 100644
--- a/japanese/kinput2/Makefile
+++ b/japanese/kinput2/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 Dec 1997
# Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/06/27 12:49:25 kuriyama Exp $
#
DISTNAME= kinput2-v2-fix4
@@ -30,7 +30,7 @@ WNN4= yes
# LIB_DEPENDS, etc.
.if defined(CANNA)
INPUT_METHOD+= canna
-LIB_INPUT_METHOD+= canna\\.1\\.:${PORTSDIR}/japanese/Canna
+LIB_INPUT_METHOD+= canna.1:${PORTSDIR}/japanese/Canna
KINPUT2_DEF+= -DUseCanna
.endif
.if defined(SJ3)