diff options
author | kei <kei> | 2001-05-23 23:25:05 +0000 |
---|---|---|
committer | kei <kei> | 2001-05-23 23:25:05 +0000 |
commit | 6bc47398e1e8041aba1efb0d794133bc70df0369 (patch) | |
tree | a87788ecd5345779910e03bcb45045551ac0c874 /editors/mule | |
parent | 3d43d2c3a9dcd75e060d085e677412a90e2001fd (diff) | |
download | pkgsrc-6bc47398e1e8041aba1efb0d794133bc70df0369.tar.gz |
make it compile with USE_CANNA == YES.
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 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 \ |