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

(-)lang/php52/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	php52
4
PORTNAME=	php52
5
PORTVERSION=	5.2.17
5
PORTVERSION=	5.2.17
6
PORTREVISION=	14
6
PORTREVISION=	15
7
CATEGORIES?=	lang devel www
7
CATEGORIES?=	lang devel www
8
MASTER_SITES=	${MASTER_SITE_PHP}
8
MASTER_SITES=	${MASTER_SITE_PHP}
9
MASTER_SITE_SUBDIR=	distributions
9
MASTER_SITE_SUBDIR=	distributions
(-)lang/php52/Makefile.ext (+2 lines)
Lines 142-147 Link Here
142
.endif
142
.endif
143
143
144
.if ${PHP_MODNAME} == "imap"
144
.if ${PHP_MODNAME} == "imap"
145
OPTIONS_DEFINE=	SSL
146
OPTIONS_DEFAULT=	SSL
145
LIB_DEPENDS+=	c-client4.9:${PORTSDIR}/mail/cclient
147
LIB_DEPENDS+=	c-client4.9:${PORTSDIR}/mail/cclient
146
148
147
CONFIGURE_ARGS+=--with-imap=${LOCALBASE}
149
CONFIGURE_ARGS+=--with-imap=${LOCALBASE}

Return to bug 179665