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

(-)Makefile (-5 / +5 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	emacs
8
PORTNAME=	emacs
9
PORTVERSION=	${EMACS_VER}
9
PORTVERSION=	${EMACS_VER}
10
PORTREVISION=	1
10
PORTREVISION=	2
11
PORTEPOCH=	2
11
PORTEPOCH=	2
12
CATEGORIES=	editors ipv6
12
CATEGORIES=	editors ipv6
13
MASTER_SITES=	${MASTER_SITE_GNU}
13
MASTER_SITES=	${MASTER_SITE_GNU}
Lines 23-30 Link Here
23
		xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]* \
23
		xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]* \
24
		emacs-nox11-[0-9]*
24
		emacs-nox11-[0-9]*
25
25
26
INSTALLS_ICONS=	yes
27
28
EMACS_VER=	23.3
26
EMACS_VER=	23.3
29
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
30
USE_GMAKE=	yes
28
USE_GMAKE=	yes
Lines 71-77 Link Here
71
		SCROLLBARS	"Without toolkit scroll-bars"			ON \
69
		SCROLLBARS	"Without toolkit scroll-bars"			ON \
72
		XFT	"Freetype fonts support"	ON \
70
		XFT	"Freetype fonts support"	ON \
73
		XIM	"X Input Method support"	ON \
71
		XIM	"X Input Method support"	ON \
74
		XPM	"XPM images support"		ON
72
		XPM	"XPM images support"		ON \
73
		X11 "X11 Support"				ON
75
74
76
.include <bsd.port.options.mk>
75
.include <bsd.port.options.mk>
77
76
Lines 81-86 Link Here
81
CONFIGURE_ARGS+=	--without-x
80
CONFIGURE_ARGS+=	--without-x
82
81
83
.else
82
.else
83
INSTALLS_ICONS=	yes
84
USE_XORG=	x11
84
USE_XORG=	x11
85
USE_GNOME=
85
USE_GNOME=
86
86
Lines 209-215 Link Here
209
LIB_DEPENDS+=		canna.1:${PORTSDIR}/japanese/canna-lib
209
LIB_DEPENDS+=		canna.1:${PORTSDIR}/japanese/canna-lib
210
.endif
210
.endif
211
211
212
.endif
212
.endif ## WITH_X11
213
213
214
.if defined(WITHOUT_SOUND)
214
.if defined(WITHOUT_SOUND)
215
CONFIGURE_ARGS+=	--without-sound
215
CONFIGURE_ARGS+=	--without-sound

Return to bug 159530