summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-01-09 11:37:31 +0000
committerjperkin <jperkin@pkgsrc.org>2014-01-09 11:37:31 +0000
commite109a84b431e8d9c8f67c225c0048c4b4d05b9ad (patch)
treef3d5b2ecd2df5e81af8e1b31ad65b7aab147cccb /benchmarks
parentd2c28ef4bacbca26d1c39f94bfd6398ad6f53755 (diff)
downloadpkgsrc-e109a84b431e8d9c8f67c225c0048c4b4d05b9ad.tar.gz
Needs openssl.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/dnsperf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/dnsperf/Makefile b/benchmarks/dnsperf/Makefile
index dd9a785685e..5eb77411b76 100644
--- a/benchmarks/dnsperf/Makefile
+++ b/benchmarks/dnsperf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/11/30 20:31:18 tron Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/09 11:37:31 jperkin Exp $
DISTNAME= dnsperf-src-2.0.0.0-1
PKGNAME= dnsperf-2.0.0.0
@@ -20,4 +20,5 @@ USE_BUILTIN.bind= no
REPLACE_SH+= resperf-report
.include "../../net/bind99/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"