aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-06-10 15:39:30 +0800
committerclement <clement@FreeBSD.org>2004-06-10 15:39:30 +0800
commit0534d74f71dcdcd80180cf6953349391abc6388a (patch)
tree4fca192bffa5eecdbe167af36eab18b600debf67
parent6ea08cbeece664345039b88c10fcc3a5be1b3f02 (diff)
downloadfreebsd-ports-gnome-0534d74f71dcdcd80180cf6953349391abc6388a.tar.gz
freebsd-ports-gnome-0534d74f71dcdcd80180cf6953349391abc6388a.tar.zst
freebsd-ports-gnome-0534d74f71dcdcd80180cf6953349391abc6388a.zip
- Fix dependency on httperf forgotten in previous repocopy
Noticed by: kris via INDEX build Pointy hat to: me
-rw-r--r--benchmarks/autobench/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/autobench/Makefile b/benchmarks/autobench/Makefile
index eb8ed6c500a9..9c000cc5ed0d 100644
--- a/benchmarks/autobench/Makefile
+++ b/benchmarks/autobench/Makefile
@@ -15,7 +15,7 @@ MASTER_SITES= http://www.xenoclast.org/autobench/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= Automating the process of benchmarking a web server
-RUN_DEPENDS= httperf:${PORTSDIR}/www/httperf
+RUN_DEPENDS= httperf:${PORTSDIR}/benchmarks/httperf
USE_PERL5= yes
USE_GMAKE= yes