summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2017-06-29 08:58:53 +0000
committerleot <leot@pkgsrc.org>2017-06-29 08:58:53 +0000
commit86fa1a1ed3c612794bd5384ca25ab87cf0c9190c (patch)
treefe71d66fe2c397936a86aef89210758cdb0424ae
parentcd64dc98a5794e4c672da9e697f5cf1b37b2c3e2 (diff)
downloadpkgsrc-86fa1a1ed3c612794bd5384ca25ab87cf0c9190c.tar.gz
devel/zlib is also needed.
Pointed out by Joyent's SmartOS bulk builds. Thanks to and ok by <jperkin> during freeze.
-rw-r--r--textproc/the_silver_searcher/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/the_silver_searcher/Makefile b/textproc/the_silver_searcher/Makefile
index 1a673421158..07c09638128 100644
--- a/textproc/the_silver_searcher/Makefile
+++ b/textproc/the_silver_searcher/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2017/06/05 20:22:24 leot Exp $
+# $NetBSD: Makefile,v 1.17 2017/06/29 08:58:53 leot Exp $
DISTNAME= the_silver_searcher-2.0.0
CATEGORIES= textproc
@@ -15,5 +15,6 @@ CONFIGURE_ARGS+= LZMA_LIBS="-L${BUILDLINK_PREFIX.xz}/lib ${COMPILER_RPATH_FLAG}$
USE_TOOLS+= pkg-config
.include "../../devel/pcre/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
.include "../../archivers/xz/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"