aboutsummaryrefslogtreecommitdiff
path: root/japanese/onew
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/onew
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/onew')
-rw-r--r--japanese/onew/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/onew/Makefile b/japanese/onew/Makefile
index 22c053425875..15fd5772f695 100644
--- a/japanese/onew/Makefile
+++ b/japanese/onew/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 Sep 1997
# Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/07/08 14:29:29 kuriyama Exp $
#
DISTNAME= jvim2.0r+onew2.2.10
@@ -31,7 +31,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
JPLIB+= -lcanna
.endif
.if defined(WNN4)