diff options
author | kei <kei@pkgsrc.org> | 2001-05-23 23:25:05 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2001-05-23 23:25:05 +0000 |
commit | 458c64611c9db9025c70bd9a5db945ec25144197 (patch) | |
tree | a87788ecd5345779910e03bcb45045551ac0c874 | |
parent | 4385d67abcef013bce98926023b4244ee9e0fb3d (diff) | |
download | pkgsrc-458c64611c9db9025c70bd9a5db945ec25144197.tar.gz |
make it compile with USE_CANNA == YES.
-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 e02526c6b68..033f7939c3c 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/05/16 10:10:25 agc Exp $ +# $NetBSD: Makefile,v 1.5 2001/05/23 23:25:05 kei Exp $ DISTNAME= mule-2.3 CATEGORIES= editors @@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --with-wnn4 --wnn-includes=${LOCALBASE}/include/wnn --wnn-libra .endif .if !defined(USE_CANNA) || ${USE_CANNA} == YES -CONFIGURE_ARGS+= --canna --canna-includes=${LOCALBASE}/include/canna --canna-libraries=${LOCALBASE}/lib +CONFIGURE_ARGS+= --canna --canna-includes=${LOCALBASE}/include --canna-libraries=${LOCALBASE}/lib .endif INFO_FILES= antenews-jp canna-jp cl dired-x egg-jp emacs forms gnus mule \ |