diff options
author | jperkin <jperkin> | 2014-01-09 11:37:31 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2014-01-09 11:37:31 +0000 |
commit | 0f9e79835988fe70b2b9cf92ae32e710a99b0891 (patch) | |
tree | f3d5b2ecd2df5e81af8e1b31ad65b7aab147cccb /benchmarks | |
parent | c41668ce704de97f2337f05c2ec25afa14387e14 (diff) | |
download | pkgsrc-0f9e79835988fe70b2b9cf92ae32e710a99b0891.tar.gz |
Needs openssl.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/dnsperf/Makefile | 3 |
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" |