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 /chinese/xemacs/Makefile | |
parent | - Update to version 1.0 (diff) |
Tidy up whitespace.
Diffstat (limited to '')
-rw-r--r-- | chinese/xemacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/xemacs/Makefile b/chinese/xemacs/Makefile index a54c9da79df3..1efef518f5f1 100644 --- a/chinese/xemacs/Makefile +++ b/chinese/xemacs/Makefile @@ -61,13 +61,13 @@ pre-configure: # hack to avoid shipping binaries linked with Motif .if defined(MOTIF_STATIC) -CONFIGURE_ARGS+= --with-dialogs=athena +CONFIGURE_ARGS+= --with-dialogs=athena .endif # Drop faces (libcompface) and offix (libDnd) if building package, # autodetect otherwise .if defined(PACKAGE_BUILDING) -CONFIGURE_ARGS+= --with-xface=no --with-offix=no +CONFIGURE_ARGS+= --with-xface=no --with-offix=no .endif post-install: |