diff options
Diffstat (limited to 'www/flood/Makefile')
-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 301073024efc..2edc2cc61793 100644 --- a/www/flood/Makefile +++ b/www/flood/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ apr-1:${PORTSDIR}/devel/apr1 WRKSRC= ${WRKDIR}/httpd-test/flood -USE_AUTOTOOLS= autoconf:268 libtool:22:env +USE_AUTOTOOLS= autoconf libtool:env CONFIGURE_ARGS= --disable-shared \ --with-apr=${LOCALBASE}/bin/apr-1-config \ --with-apr-util=${LOCALBASE}/bin/apu-1-config |