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

(-)b/lang/php5/Makefile.ext (-1 / +1 lines)
Lines 126-132 Link Here
126
.endif
126
.endif
127
127
128
.if ${PHP_MODNAME} == "iconv"
128
.if ${PHP_MODNAME} == "iconv"
129
CONFIGURE_ARGS+=--with-iconv
129
CONFIGURE_ARGS+=--with-iconv=${LOCALBASE}
130
130
131
USES+=	iconv:translit
131
USES+=	iconv:translit
132
.endif
132
.endif

Return to bug 188902