summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2018-09-29 19:34:29 +0000
committerwiedi <wiedi@pkgsrc.org>2018-09-29 19:34:29 +0000
commit6deb5b5af019d75130da1a8e99d63af2b0911477 (patch)
tree4cdc2ebade9ca20a9f5cb47144a0a6a49bf23187 /sysutils
parentf57c4a6f5fd07ae27e12f6397e5284bca6ec36d3 (diff)
downloadpkgsrc-6deb5b5af019d75130da1a8e99d63af2b0911477.tar.gz
zabbix: needs libevent and help finding things
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/zabbix/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/zabbix/Makefile b/sysutils/zabbix/Makefile
index a298ebbc1e5..b883b36e673 100644
--- a/sysutils/zabbix/Makefile
+++ b/sysutils/zabbix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2018/08/16 18:55:13 adam Exp $
+# $NetBSD: Makefile,v 1.15 2018/09/29 19:34:29 wiedi Exp $
# PKGREVISION= 1
PKGREVISION= 1
@@ -18,6 +18,8 @@ CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_PREFIX.iconv}
CONFIGURE_ARGS+= --with-jabber
CONFIGURE_ARGS+= --with-ldap=${BUILDLINK_PREFIX.openldap-client}
CONFIGURE_ARGS+= --with-libcurl
+CONFIGURE_ARGS+= --with-libevent=${BUILDLINK_PREFIX.libevent}
+CONFIGURE_ARGS+= --with-libpcre=${BUILDLINK_PREFIX.pcre}
CONFIGURE_ARGS+= --with-libxml2
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
@@ -53,6 +55,7 @@ post-install:
.include "../../converters/libiconv/buildlink3.mk"
.include "../../databases/openldap-client/buildlink3.mk"
+.include "../../devel/libevent/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/iksemel/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"