diff options
author | rafan <rafan@FreeBSD.org> | 2007-01-12 17:12:57 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-01-12 17:12:57 +0800 |
commit | 5854aef32b282db6a4bbbdcdf97e30d42fece9e4 (patch) | |
tree | db7118d3583c976de456e5077ec5b89526b5c974 /x11-wm | |
parent | 0bfc2587f59a1035e84377aee4689423a964c619 (diff) | |
download | freebsd-ports-gnome-5854aef32b282db6a4bbbdcdf97e30d42fece9e4.tar.gz freebsd-ports-gnome-5854aef32b282db6a4bbbdcdf97e30d42fece9e4.tar.zst freebsd-ports-gnome-5854aef32b282db6a4bbbdcdf97e30d42fece9e4.zip |
- Use USE_ICONV instead of LIB_DEPENDS
Approved by: portmgr (erwin, few weeks ago)
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 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 |