summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2016-12-03 19:40:05 +0000
committerwiedi <wiedi@pkgsrc.org>2016-12-03 19:40:05 +0000
commit558a0e21df161f68aa9bce126f9f49371d6fd468 (patch)
treebd0b5d5f84239975b48bbb9d37e02e162d59e435 /devel
parentb5f6af71a1417aa386a5993d59143bd621623586 (diff)
downloadpkgsrc-558a0e21df161f68aa9bce126f9f49371d6fd468.tar.gz
help configure find zlib
Diffstat (limited to 'devel')
-rw-r--r--devel/fossil/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile
index 3518d5baf0b..3f35d9694ae 100644
--- a/devel/fossil/Makefile
+++ b/devel/fossil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2016/10/25 17:57:39 kamil Exp $
+# $NetBSD: Makefile,v 1.39 2016/12/03 19:40:05 wiedi Exp $
DISTNAME= fossil-src-1.36
PKGNAME= ${DISTNAME:S/-src//}
@@ -13,6 +13,7 @@ LICENSE= 2-clause-bsd
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl:Q}
+CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib:Q}
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 share/doc/${PKGBASE}