From 4efa9ce4aba677e16625a76f8415226114d2d072 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Tue, 30 Mar 2004 19:20:22 +0000 Subject: - Use USE_ICONV knob Approved by: portmgr --- lang/php5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/php5') diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 2f9f0a51e952..0cbce7300393 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -327,7 +327,7 @@ CONFIGURE_ARGS+=--with-gmp=${LOCALBASE} .endif .if defined(WITH_ICONV) || defined(WITH_ICONV_DEP) -LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv +USE_ICONV= yes CONFIGURE_ARGS+=--with-iconv-dir=${LOCALBASE} .endif -- cgit v1.2.3