diff options
author | steve <steve@FreeBSD.org> | 1998-09-21 22:33:26 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-21 22:33:26 +0000 |
commit | 7643fcd004f2b0f8c2fae06537fbb723bd6bd62c (patch) | |
tree | 66ab61e077bc0ce0063e245db8a6816f215f58e7 /japanese/onew | |
parent | 2d3b62d3d5bd012f948f68b7e4685204201f932b (diff) | |
download | FreeBSD-ports-7643fcd004f2b0f8c2fae06537fbb723bd6bd62c.zip FreeBSD-ports-7643fcd004f2b0f8c2fae06537fbb723bd6bd62c.tar.gz |
Remove regexp support for libcanna since it can now be built
in ELF format as well.
Diffstat (limited to 'japanese/onew')
-rw-r--r-- | japanese/onew/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/onew/Makefile b/japanese/onew/Makefile index 22c0534..15fd577 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) |