1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Use xlib for XIM.

This commit is contained in:
Jing-Tang Keith Jang 2000-11-06 11:53:22 +00:00
parent bbafa3ef83
commit b255bc69e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34837

View File

@ -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)