View | Details | Raw Unified | Return to bug 75593
Collapse All | Expand All

(-)editors/xemacs21-mule/Makefile (-6 / +3 lines)
Lines 43-48 Link Here
43
42
44
USE_GETTEXT=	yes
43
USE_GETTEXT=	yes
45
USE_XLIB=	yes
44
USE_XLIB=	yes
45
USE_XPM=	yes
46
STRIP=
46
STRIP=
47
USE_AUTOCONF_VER=	213
47
USE_AUTOCONF_VER=	213
48
CONFIGURE_TARGET=${MACHINE_ARCH}--freebsd
48
CONFIGURE_TARGET=${MACHINE_ARCH}--freebsd
Lines 55-71 Link Here
55
		--site-includes='${SITE_INCLUDES}' \
55
		--site-includes='${SITE_INCLUDES}' \
56
		--with-xface \
56
		--with-xface \
57
		--with-sound=native \
57
		--with-sound=native \
58
		--with-site-lisp \
59
		--with-pop \
58
		--with-pop \
60
		--with-xfs \
59
		--with-xfs \
61
		--with-jpeg \
60
		--with-jpeg \
62
		--with-png \
61
		--with-png \
63
		--with-tiff \
62
		--with-tiff \
63
		--with-xpm \
64
		--with-ldap=no \
64
		--with-ldap=no \
65
		--infopath=${LOCALBASE}/lib/xemacs/info:${LOCALBASE}/info:${X11BASE}/info:/usr/info:${LOCALBASE}/lib/texmf/doc/info:/usr/lib/texmf/doc:/usr/share/info \
65
		--infopath=${LOCALBASE}/lib/xemacs/info:${LOCALBASE}/info:${X11BASE}/info:/usr/info:${LOCALBASE}/lib/texmf/doc/info:/usr/lib/texmf/doc:/usr/share/info \
66
		--with-clash-detection \
66
		--with-clash-detection \
67
		--with-database=berkdb \
67
		--with-database=berkdb \
68
		${WITH_XPM} ${WITH_XIM} \
68
		${WITH_XIM} \
69
		${WITH_ATHENA} \
69
		${WITH_ATHENA} \
70
		${WITH_MENUBARS} ${WITH_SCROLLBARS} ${WITH_DIALOGS} ${WITH_WIDGETS} \
70
		${WITH_MENUBARS} ${WITH_SCROLLBARS} ${WITH_DIALOGS} ${WITH_WIDGETS} \
71
		${WITH_OFFIX} ${WITH_GTK} \
71
		${WITH_OFFIX} ${WITH_GTK} \
Lines 116-124 Link Here
116
116
117
.if defined(WANT_GTK)
117
.if defined(WANT_GTK)
118
WITH_GTK=	--with-gtk=yes
118
WITH_GTK=	--with-gtk=yes
119
WITH_XPM=	--with-xpm=no
120
USE_GNOME+=	gtk12
119
USE_GNOME+=	gtk12
121
USE_XPM=	no
122
.endif
120
.endif
123
121
124
.if defined(PACKAGE_BUILDING)
122
.if defined(PACKAGE_BUILDING)
Lines 129-136 Link Here
129
WITH_SCROLLBARS?=--with-scrollbars=motif
127
WITH_SCROLLBARS?=--with-scrollbars=motif
130
WITH_WIDGETS?=	--with-widgets=motif
128
WITH_WIDGETS?=	--with-widgets=motif
131
.endif
129
.endif
132
USE_XPM?=	yes
133
WITH_XPM?=	--with-xpm
134
WITH_XIM?=	--with-xim=xlib
130
WITH_XIM?=	--with-xim=xlib
135
WITH_ATHENA?=	--with-athena=xaw
131
WITH_ATHENA?=	--with-athena=xaw
136
WITH_MENUBARS?=	--with-menubars=athena
132
WITH_MENUBARS?=	--with-menubars=athena

Return to bug 75593