diff options
author | sem <sem@FreeBSD.org> | 2004-12-29 16:31:22 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-12-29 16:31:22 +0800 |
commit | e2062e6896657e8c86996379b4d099fe91e4564f (patch) | |
tree | 6a4ba91e82ff99a1a8268c22c75b262d2073d6f0 | |
parent | aea8f48ddb161e824cd9c8897caabc7cae76fd97 (diff) | |
download | freebsd-ports-gnome-e2062e6896657e8c86996379b4d099fe91e4564f.tar.gz freebsd-ports-gnome-e2062e6896657e8c86996379b4d099fe91e4564f.tar.zst freebsd-ports-gnome-e2062e6896657e8c86996379b4d099fe91e4564f.zip |
- fix build with GTK
PR: ports/75593
Submitted by: maintainer
-rw-r--r-- | editors/xemacs21-mule/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 1fc1b9c1cb31..952416b60f77 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -43,6 +43,7 @@ XEMACS_ARCH= ${CONFIGURE_TARGET} USE_GETTEXT= yes USE_XLIB= yes +USE_XPM= yes STRIP= USE_AUTOCONF_VER= 213 CONFIGURE_TARGET=${MACHINE_ARCH}--freebsd @@ -55,17 +56,17 @@ CONFIGURE_ARGS= --with-x11 \ --site-includes='${SITE_INCLUDES}' \ --with-xface \ --with-sound=native \ - --with-site-lisp \ --with-pop \ --with-xfs \ --with-jpeg \ --with-png \ --with-tiff \ + --with-xpm \ --with-ldap=no \ --infopath=${LOCALBASE}/lib/xemacs/info:${LOCALBASE}/info:${X11BASE}/info:/usr/info:${LOCALBASE}/lib/texmf/doc/info:/usr/lib/texmf/doc:/usr/share/info \ --with-clash-detection \ --with-database=berkdb \ - ${WITH_XPM} ${WITH_XIM} \ + ${WITH_XIM} \ ${WITH_ATHENA} \ ${WITH_MENUBARS} ${WITH_SCROLLBARS} ${WITH_DIALOGS} ${WITH_WIDGETS} \ ${WITH_OFFIX} ${WITH_GTK} \ @@ -116,9 +117,7 @@ WITH_DIALOGS= --with-dialogs=motif .if defined(WANT_GTK) WITH_GTK= --with-gtk=yes -WITH_XPM= --with-xpm=no USE_GNOME+= gtk12 -USE_XPM= no .endif .if defined(PACKAGE_BUILDING) @@ -129,8 +128,6 @@ WITH_MENUBARS?= --with-menubars=lucid WITH_SCROLLBARS?=--with-scrollbars=motif WITH_WIDGETS?= --with-widgets=motif .endif -USE_XPM?= yes -WITH_XPM?= --with-xpm WITH_XIM?= --with-xim=xlib WITH_ATHENA?= --with-athena=xaw WITH_MENUBARS?= --with-menubars=athena |