diff options
author | cy <cy@FreeBSD.org> | 2003-05-05 04:31:38 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2003-05-05 04:31:38 +0800 |
commit | 811a43b1ad81a51808803386d35e366b3f17763c (patch) | |
tree | 122ec9bf893a44879752da70e72ccf181bb97d56 /x11-wm | |
parent | 0a498cb688f5185206efda4598f490e3fbac67cc (diff) | |
download | freebsd-ports-graphics-811a43b1ad81a51808803386d35e366b3f17763c.tar.gz freebsd-ports-graphics-811a43b1ad81a51808803386d35e366b3f17763c.tar.zst freebsd-ports-graphics-811a43b1ad81a51808803386d35e366b3f17763c.zip |
Fix broken dependency.
PR: 51460
Submitted by: Guido Berhoerster <ich@guido-berhoerster.org>
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 f1fdd750e14..b87b233d413 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 |