From 5854aef32b282db6a4bbbdcdf97e30d42fece9e4 Mon Sep 17 00:00:00 2001 From: rafan Date: Fri, 12 Jan 2007 09:12:57 +0000 Subject: - Use USE_ICONV instead of LIB_DEPENDS Approved by: portmgr (erwin, few weeks ago) --- x11-wm/fvwm2-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-wm') diff --git a/x11-wm/fvwm2-devel/Makefile b/x11-wm/fvwm2-devel/Makefile index cbac937512a9..21ba08599a5c 100644 --- a/x11-wm/fvwm2-devel/Makefile +++ b/x11-wm/fvwm2-devel/Makefile @@ -50,7 +50,7 @@ DISTFILES+= fvwm_icons.tgz .if defined(WITHOUT_ICONV) CONFIGURE_ARGS+= --disable-iconv .else -LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv +USE_ICONV= yes CONFIGURE_ARGS+= --with-iconv-library=${LOCALBASE}/lib \ --with-iconv-includes=${LOCALBASE}/include .endif -- cgit