summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-12-29 08:31:22 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-12-29 08:31:22 +0000
commit84a734af24426c070c7ec3925450e9cca9efa288 (patch)
tree535ebbd2c4582da3a69fc078ecd66ec2a3f8ecda /editors
parentFix the parallel build when WITH_IPV6 is specified: the Makefile was (diff)
- fix build with GTK
PR: ports/75593 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=125424
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs21-mule/Makefile9
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