From 3c089c162beedafe4420ef2bc22740bcd8051e70 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Fri, 12 Jan 2007 09:12:57 +0000 Subject: - Use USE_ICONV instead of LIB_DEPENDS Approved by: portmgr (erwin, few weeks ago) --- textproc/xalan-c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/xalan-c') diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile index 01fa4b4da133..2076196298a9 100644 --- a/textproc/xalan-c/Makefile +++ b/textproc/xalan-c/Makefile @@ -112,7 +112,7 @@ MAKE_ENV+= XALAN_USE_ICU=1 MAKE_ENV+= ICUROOT=${ICUROOT} PLIST_SUB+= ICUDEP="" .else -LIB_DEPENDS+= iconv:${PORTSDIR}/converters/libiconv +USE_ICONV= yes CONFIGURE_ENV+= LDFLAGS='-L${LOCALBASE}/lib -liconv' MAKE_ENV+= LDFLAGS='-L${LOCALBASE}/lib -liconv' PLIST_SUB+= ICUDEP="@comment " -- cgit v1.2.3