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

(-)enigmail/Makefile (-2 / +4 lines)
Lines 15-21 Link Here
15
MAINTAINER=	ale@FreeBSD.org
15
MAINTAINER=	ale@FreeBSD.org
16
COMMENT?=	A GnuPG extension for the Mozilla mail clients
16
COMMENT?=	A GnuPG extension for the Mozilla mail clients
17
17
18
EXTRACT_DEPENDS+=	${NONEXISTENT}:${PORTSDIR}/${GECKO_PORTDIR}:configure \
18
EXTRACT_DEPENDS+=	${NONEXISTENT}:${PORTSDIR}/${GECKO_PORTDIR}:${_GECKO_TARGET} \
19
		${GECKO:C/[0-9]//}:${PORTSDIR}/${GECKO_PORTDIR} \
19
		${GECKO:C/[0-9]//}:${PORTSDIR}/${GECKO_PORTDIR} \
20
		gmake:${PORTSDIR}/devel/gmake \
20
		gmake:${PORTSDIR}/devel/gmake \
21
		intltool-extract:${PORTSDIR}/textproc/intltool \
21
		intltool-extract:${PORTSDIR}/textproc/intltool \
Lines 25-31 Link Here
25
		gpg:${PORTSDIR}/security/gnupg
25
		gpg:${PORTSDIR}/security/gnupg
26
26
27
.if ${PORTVERSION} == "1.2"
27
.if ${PORTVERSION} == "1.2"
28
IGNORE=		doesn't currently build
28
_GECKO_TARGET=	build
29
.else
30
_GECKO_TARGET=	configure
29
.endif
31
.endif
30
32
31
.if !defined(GECKO)
33
.if !defined(GECKO)

Return to bug 158651