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

(-)Makefile (-3 / +7 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	evolution
8
PORTNAME=	evolution
9
PORTVERSION=	1.0
9
PORTVERSION=	1.0
10
PORTREVISION=	3
10
PORTREVISION=	4
11
CATEGORIES=	mail gnome
11
CATEGORIES=	mail gnome
12
MASTER_SITES=	${MASTER_SITE_GNOME}
12
MASTER_SITES=	${MASTER_SITE_GNOME}
13
MASTER_SITE_SUBDIR=	unstable/sources/evolution
13
MASTER_SITE_SUBDIR=	unstable/sources/evolution
Lines 16-23 Link Here
16
16
17
BUILD_DEPENDS=	${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits
17
BUILD_DEPENDS=	${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits
18
LIB_DEPENDS=	bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf
18
LIB_DEPENDS=	bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf
19
#ldap.1:${PORTSDIR}/net/openldap <- avoid extra dependency until
19
.if defined(WITH_LDAP)
20
#						   it actually works
20
LIB_DEPENDS+=	ldap.2:${PORTSDIR}/net/openldap2
21
.endif
21
RUN_DEPENDS=	${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits
22
RUN_DEPENDS=	${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits
22
23
23
#BROKEN=		"Out of sync with latest gal"
24
#BROKEN=		"Out of sync with latest gal"
Lines 33-38 Link Here
33
		--with-openssl-includes=${OPENSSLBASE}/include \
34
		--with-openssl-includes=${OPENSSLBASE}/include \
34
		--with-openssl-libs=${OPENSSLBASE}/lib \
35
		--with-openssl-libs=${OPENSSLBASE}/lib \
35
		--with-pisock=${LOCALBASE}/pilot --enable-pilot-conduits=yes
36
		--with-pisock=${LOCALBASE}/pilot --enable-pilot-conduits=yes
37
.if defined(WITH_LDAP)
38
CONFIGURE_ARGS+=	--with-openldap=/usr/local
39
.endif
36
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
40
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
37
		LIBS="-L${LOCALBASE}/lib"
41
		LIBS="-L${LOCALBASE}/lib"

Return to bug 32838