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/mule | |
parent | 39fe966579c6334ac7da98b008c3512f66a3e8fe (diff) | |
download | ports-6f8bd7579790ea689cff4b4ae9b9e2bf5144b285.tar.gz ports-6f8bd7579790ea689cff4b4ae9b9e2bf5144b285.zip |
Notes
Diffstat (limited to 'editors/mule')
-rw-r--r-- | editors/mule/Makefile | 4 |
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 |