View | Details | Raw Unified | Return to bug 194414 | Differences between
and this patch

Collapse All | Expand All

(-)../../Mk/Uses/gecko.mk (-2 / +2 lines)
Lines 27-33 Link Here
27
.if ${gecko_ARGS:Mlibxul}
27
.if ${gecko_ARGS:Mlibxul}
28
# Compat with older versions
28
# Compat with older versions
29
GECKO=	libxul
29
GECKO=	libxul
30
GECKO_CONFING?=	${LOCALBASE}/bin/${GECKO}-config
30
GECKO_CONFIG?=	${LOCALBASE}/bin/${GECKO}-config
31
XPIDL?=		${LOCALBASE}/lib/${GECKO}/xpidl
31
XPIDL?=		${LOCALBASE}/lib/${GECKO}/xpidl
32
XPIDL_INCL?=	`${GECKO_CONFIG} --idlflags`
32
XPIDL_INCL?=	`${GECKO_CONFIG} --idlflags`
33
33
Lines 78-84 Link Here
78
31_DEPENDS=		${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird
78
31_DEPENDS=		${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird
79
79
80
.else
80
.else
81
IGNORE=	Unknown type of gecko dependency you may specify either libxul, firefox, seamonkey or thunderbird
81
IGNORE=	Unknown type of gecko dependency. You may specify either libxul, firefox, seamonkey, or thunderbird
82
.endif
82
.endif
83
83
84
.if defined(_GECKO_TYPE)
84
.if defined(_GECKO_TYPE)

Return to bug 194414