diff options
Diffstat (limited to 'x11-wm/fvwm2-devel/Makefile')
-rw-r--r-- | x11-wm/fvwm2-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |