diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
commit | c0669efed5bfc1feca96a758bf4cbe54cb51ba70 (patch) | |
tree | b8a9edbe79fb5c5de6e035c09b189a9c9d4101c5 /japanese/jed | |
parent | - Update to version 1.0 (diff) |
Tidy up whitespace.
Notes
Notes:
svn path=/head/; revision=106671
Diffstat (limited to 'japanese/jed')
-rw-r--r-- | japanese/jed/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/jed/Makefile b/japanese/jed/Makefile index 8aca4d5b6b6c..b6ae585fcddd 100644 --- a/japanese/jed/Makefile +++ b/japanese/jed/Makefile @@ -38,10 +38,10 @@ BINSTUFF= jed rgrep .include <bsd.port.pre.mk> .if defined(WITHOUT_CANNA) -CONFIGURE_ARGS+= --with-canna=no +CONFIGURE_ARGS+= --with-canna=no .else -CONFIGURE_ARGS+= --with-canna=yes -LIBDEP_CANNA= canna.1:${PORTSDIR}/japanese/Canna +CONFIGURE_ARGS+= --with-canna=yes +LIBDEP_CANNA= canna.1:${PORTSDIR}/japanese/Canna .endif # XJED core dumps on 3.x-STABLE for the present. |