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) --- databases/postgis/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases') diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile index c864bc25267e..f7892a721803 100644 --- a/databases/postgis/Makefile +++ b/databases/postgis/Makefile @@ -49,7 +49,7 @@ PORTDOCS= * .endif .if defined(WITH_UTF8) -LIB_DEPENDS+= iconv:${PORTSDIR}/converters/libiconv +USE_ICONV= yes MAKE_ENV+= "LDFLAGS=-L${LOCALBASE}/lib" .else CONFIGURE_ARGS+= --without-iconv -- cgit v1.2.3