diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-21 22:33:26 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-21 22:33:26 +0000 |
commit | 6f8bd7579790ea689cff4b4ae9b9e2bf5144b285 (patch) | |
tree | 32bb4b0c669cef68807d043bbe42c609ea7a23be /editors/xemacs21-mule/Makefile | |
parent | 39fe966579c6334ac7da98b008c3512f66a3e8fe (diff) | |
download | ports-6f8bd7579790ea689cff4b4ae9b9e2bf5144b285.tar.gz ports-6f8bd7579790ea689cff4b4ae9b9e2bf5144b285.zip |
Notes
Diffstat (limited to 'editors/xemacs21-mule/Makefile')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 4 |
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) |