pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks/dnsperf dnsperf: Add a bunch of required in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/546a9ebf5261
branches:  trunk
changeset: 310916:546a9ebf5261
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Jul 26 14:34:07 2018 +0000

description:
dnsperf: Add a bunch of required includes.

diffstat:

 benchmarks/dnsperf/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r be2ec885346c -r 546a9ebf5261 benchmarks/dnsperf/Makefile
--- a/benchmarks/dnsperf/Makefile       Thu Jul 26 14:27:23 2018 +0000
+++ b/benchmarks/dnsperf/Makefile       Thu Jul 26 14:34:07 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/05/03 06:59:13 mef Exp $
+# $NetBSD: Makefile,v 1.8 2018/07/26 14:34:07 jperkin Exp $
 
 DISTNAME=      dnsperf-src-2.1.0.0-1
 PKGNAME=       dnsperf-2.1.0.0
@@ -19,6 +19,12 @@
 
 REPLACE_SH+=   resperf-report
 
+.include "../../archivers/xz/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../net/GeoIP/buildlink3.mk"
 .include "../../net/bind99/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
+.include "../../textproc/json-c/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index