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

(-)Makefile (-2 / +1 lines)
Lines 20-27 Link Here
20
RUN_DEPENDS=	${BUILD_DEPENDS}
20
RUN_DEPENDS=	${BUILD_DEPENDS}
21
21
22
.if defined(WITH_APACHE2)
22
.if defined(WITH_APACHE2)
23
BROKEN=		Broken due the new mod_perl2 API
23
IGNORE=		this module is only for www/mod_perl
24
BUILD_DEPENDS+=	${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2
25
.else
24
.else
26
BUILD_DEPENDS+=	${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl
25
BUILD_DEPENDS+=	${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl
27
.endif
26
.endif

Return to bug 123875