diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/flood/Makefile | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
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 \ |