aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorkeith <keith@FreeBSD.org>2000-11-06 19:53:22 +0800
committerkeith <keith@FreeBSD.org>2000-11-06 19:53:22 +0800
commit9ee19e2107df5404225ec8f15fcb41917102e829 (patch)
treee849ae62807126eb10d4b18faad008948aaecab5 /chinese
parent3562c01d11ce9403b87524c02bcb5d79d77add89 (diff)
downloadfreebsd-ports-gnome-9ee19e2107df5404225ec8f15fcb41917102e829.tar.gz
freebsd-ports-gnome-9ee19e2107df5404225ec8f15fcb41917102e829.tar.zst
freebsd-ports-gnome-9ee19e2107df5404225ec8f15fcb41917102e829.zip
Use xlib for XIM.
Diffstat (limited to 'chinese')
-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)