aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/fvwm2-devel
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-01-12 09:12:57 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-01-12 09:12:57 +0000
commit3c089c162beedafe4420ef2bc22740bcd8051e70 (patch)
treefedc44652b8dcc9559b5270d68be3d29e67c06e8 /x11-wm/fvwm2-devel
parent868910fb14696646840f85dc1e7cb4b4601179e2 (diff)
downloadports-3c089c162beedafe4420ef2bc22740bcd8051e70.tar.gz
ports-3c089c162beedafe4420ef2bc22740bcd8051e70.zip
Notes
Diffstat (limited to 'x11-wm/fvwm2-devel')
-rw-r--r--x11-wm/fvwm2-devel/Makefile2
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