diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:56:43 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:56:43 +0000 |
commit | a9f655130603ff40a917146738a8cb2487ed5f82 (patch) | |
tree | 5babe5a6833f10e0055bcf2c88ac48e0eaa8c05d /www/flood | |
parent | . update to 0.10.3 (diff) |
- Use USE_ICONV knob
Approved by: portmgr
Diffstat (limited to 'www/flood')
-rw-r--r-- | www/flood/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/flood/Makefile b/www/flood/Makefile index 988ecd8b3e6b..2392619d4d14 100644 --- a/www/flood/Makefile +++ b/www/flood/Makefile @@ -17,13 +17,13 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Profile-driven HTTP load tester LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 \ - iconv.3:${PORTSDIR}/converters/libiconv \ apr-0.9:${PORTSDIR}/devel/apr USE_AUTOCONF_VER= 253 CONFIGURE_ARGS= --disable-shared CONFIGURE_ENV= LDFLAGS="-L${PREFIX}/lib" USE_GMAKE= yes +USE_ICONV= yes EX_SCRIPTS= analyze-relative analyze-relative-ramp EX_DATA= flood.dtd relative-averages-time.awk round-robin-dynamic.xml \ |