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

(-)emacs/Makefile (-6 / +10 lines)
Lines 28-34 Link Here
28
USE_GMAKE=	yes
28
USE_GMAKE=	yes
29
USE_BZIP2=	yes
29
USE_BZIP2=	yes
30
30
31
USE_GETTEXT=	yes
31
LICENSE=	GPLv3
32
32
33
MAN1=		b2m.1 ctags.1 ebrowse.1 emacs.1 emacsclient.1 etags.1 \
33
MAN1=		b2m.1 ctags.1 ebrowse.1 emacs.1 emacsclient.1 etags.1 \
34
		grep-changelog.1 rcs-checkin.1
34
		grep-changelog.1 rcs-checkin.1
Lines 110-119 Link Here
110
CONFIGURE_ARGS+=	--without-toolkit-scroll-bars
110
CONFIGURE_ARGS+=	--without-toolkit-scroll-bars
111
.endif
111
.endif
112
112
113
.if defined(WITHOUT_SOUND)
114
CONFIGURE_ARGS+=	--without-sound
115
.endif
116
117
.if defined(WITHOUT_SYNC_INPUT)
113
.if defined(WITHOUT_SYNC_INPUT)
118
CONFIGURE_ARGS+=	--without-sync-input
114
CONFIGURE_ARGS+=	--without-sync-input
119
.endif
115
.endif
Lines 191-196 Link Here
191
187
192
.endif
188
.endif
193
189
190
.if defined(WITHOUT_SOUND)
191
CONFIGURE_ARGS+=	--without-sound
192
.endif
193
194
.if defined(WITHOUT_DBUS)
194
.if defined(WITHOUT_DBUS)
195
CONFIGURE_ARGS+=	--without-dbus
195
CONFIGURE_ARGS+=	--without-dbus
196
.else
196
.else
Lines 202-207 Link Here
202
202
203
.include <bsd.port.pre.mk>
203
.include <bsd.port.pre.mk>
204
204
205
.if !defined(WITHOUT_NLS)
206
USE_GETTEXT=	yes
207
.endif
208
205
.if defined(WITHOUT_SOURCES)
209
.if defined(WITHOUT_SOURCES)
206
PLIST_SUB+=	SOURCES="@comment "
210
PLIST_SUB+=	SOURCES="@comment "
207
.else
211
.else
Lines 213-219 Link Here
213
.endif
217
.endif
214
218
215
.if ${OSVERSION} < 700000 && defined(WITHOUT_X11) && defined(WITH_DBUS)
219
.if ${OSVERSION} < 700000 && defined(WITHOUT_X11) && defined(WITH_DBUS)
216
BROKEN= Does not currently build with dbus support but without X11
220
BROKEN=	Does not currently build with dbus support but without X11
217
.endif
221
.endif
218
222
219
post-patch:
223
post-patch:

Return to bug 147087