diff options
author | Cy Schubert <cy@FreeBSD.org> | 2003-05-04 20:31:38 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2003-05-04 20:31:38 +0000 |
commit | 16afe3cb54c23c963b36eaef829e24a47af1e7ef (patch) | |
tree | c8112115f0ed4a7061fe7d420dae67590ce01a7a /x11-wm | |
parent | Fix ncurses core dump. (diff) |
Fix broken dependency.
PR: 51460
Submitted by: Guido Berhoerster <ich@guido-berhoerster.org>
Notes
Notes:
svn path=/head/; revision=80120
Diffstat (limited to 'x11-wm')
-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 f1fdd750e14e..b87b233d413e 100644 --- a/x11-wm/fvwm2-devel/Makefile +++ b/x11-wm/fvwm2-devel/Makefile @@ -55,7 +55,7 @@ CONFIGURE_ARGS+= --with-png --with-png-includes=${LOCALBASE}/include \ .endif .if !defined(WITHOUT_ICONV) -LIB_DEPENDS+= iconv.2:${PORTSDIR}/converters/iconv +LIB_DEPENDS+= biconv.2:${PORTSDIR}/converters/iconv CONFIGURE_ARGS+= --with-iconv-lib=/usr/local/lib \ --with-iconv-includes=/usr/local/include .endif |