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

(-)mail/imp3/Makefile (-4 / +3 lines)
Lines 21-26 Link Here
21
#-----------------------------------------------------------------------
21
#-----------------------------------------------------------------------
22
# You may define these options:
22
# You may define these options:
23
#
23
#
24
# - WITH_APACHE2	: if you run Apache2;
25
#
24
# - WITHOUT_LDAP	: if you do not need OpenLDAP;
26
# - WITHOUT_LDAP	: if you do not need OpenLDAP;
25
#
27
#
26
# - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree;
28
# - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree;
Lines 56-67 Link Here
56
#
58
#
57
# - WITH_COURIER-IMAP	: IMP will work with courier-imap.
59
# - WITH_COURIER-IMAP	: IMP will work with courier-imap.
58
#
60
#
59
# These choice are mutually exclusive, and imap-uw is the default.
61
# These choices are mutually exclusive, and imap-uw is the default.
60
#
62
#
61
#-----------------------------------------------------------------------
63
#-----------------------------------------------------------------------
62
64
63
LIB_DEPENDS=	c-client4.8:${PORTSDIR}/mail/cclient
64
65
.if defined(WITHOUT_TURBA)
65
.if defined(WITHOUT_TURBA)
66
.if !defined(WITHOUT_LDAP)
66
.if !defined(WITHOUT_LDAP)
67
USE_OPENLDAP=	yes
67
USE_OPENLDAP=	yes
Lines 115-121 Link Here
115
.endif
115
.endif
116
.endif
116
.endif
117
117
118
IS_INTERACTIVE=	'need to build mod_php4 with mcrypt, cclient with SSL.'
119
NO_BUILD=	yes
118
NO_BUILD=	yes
120
USE_REINPLACE=	yes
119
USE_REINPLACE=	yes

Return to bug 57114