summaryrefslogtreecommitdiff
path: root/chinese/xemacs
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/xemacs')
-rw-r--r--chinese/xemacs/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/chinese/xemacs/Makefile b/chinese/xemacs/Makefile
index 5392d69e1206..6d86f7cef96e 100644
--- a/chinese/xemacs/Makefile
+++ b/chinese/xemacs/Makefile
@@ -33,18 +33,13 @@ CONFIGURE_ARGS= ${XEMACS_ARCH} --prefix=${PREFIX} \
--site-includes=${PREFIX}/include \
--site-libraries=${PREFIX}/lib \
--sitelispdir="${PREFIX}/lib/xemacs/site-lisp ${PREFIX}/share/emacs/site-lisp" \
- --with-session=yes
+ --with-session=yes \
+ --with-menubars=lucid --with-xim=xlib
MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \
gnuserv.1 xemacs.1
ALL_TARGET= all dist
PLIST_SUB= XEMACS_VER=20.4 XEMACS_ARCH=${XEMACS_ARCH}
-.if defined(REAL_MOTIF)
-CONFIGURE_ARGS+= --with-menubars=lucid --with-xim=motif
-.else
-CONFIGURE_ARGS+= --with-menubars=lucid --with-xim=xlib
-.endif
-
# Have
pre-configure:
.if defined(HAVE_MOTIF)