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

(-)Makefile.new (-1 / +1 lines)
Lines 34-40 Link Here
34
.include <bsd.port.pre.mk>
34
.include <bsd.port.pre.mk>
35
35
36
.if defined(WITH_PCRE)
36
.if defined(WITH_PCRE)
37
BUILD_DEPENDS+=	pcre-config:${PORTSDIR}/devel/pcre
37
LIB_DEPENDS+=   pcre.0:${PORTSDIR}/devel/pcre
38
CONFIGURE_ARGS+=	--with-pcre=${LOCALBASE}
38
CONFIGURE_ARGS+=	--with-pcre=${LOCALBASE}
39
.endif
39
.endif

Return to bug 157965