summaryrefslogtreecommitdiff
path: root/chinese/xemacs
diff options
context:
space:
mode:
authorJing-Tang Keith Jang <keith@FreeBSD.org>2000-11-06 11:53:22 +0000
committerJing-Tang Keith Jang <keith@FreeBSD.org>2000-11-06 11:53:22 +0000
commitb255bc69e7f7e1621e322f7e057317c7ea9a84f6 (patch)
treec930e0e153768477e76c0fcac86e977fa59f9d32 /chinese/xemacs
parentUpdate to 4103 virus definitions (diff)
Use xlib for XIM.
Notes
Notes: svn path=/head/; revision=34837
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)