diff options
Diffstat (limited to 'www/flood/Makefile')
-rw-r--r-- | www/flood/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/flood/Makefile b/www/flood/Makefile index d1dab73d3f30..3bf9ab90cd17 100644 --- a/www/flood/Makefile +++ b/www/flood/Makefile @@ -10,8 +10,8 @@ DISTNAME= httpd-test_20041105052051 MAINTAINER= kuriyama@FreeBSD.org COMMENT= Profile-driven HTTP load tester -LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ - libapr-1.so:${PORTSDIR}/devel/apr1 +LIB_DEPENDS= libexpat.so:textproc/expat2 \ + libapr-1.so:devel/apr1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-apr=${LOCALBASE}/bin/apr-1-config \ |