pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/zabbix zabbix: needs libevent and help findin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6bb96cb26724
branches:  trunk
changeset: 385800:6bb96cb26724
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sat Sep 29 19:34:29 2018 +0000

description:
zabbix: needs libevent and help finding things

diffstat:

 sysutils/zabbix/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r b0a18f66aee5 -r 6bb96cb26724 sysutils/zabbix/Makefile
--- a/sysutils/zabbix/Makefile  Sat Sep 29 19:03:13 2018 +0000
+++ b/sysutils/zabbix/Makefile  Sat Sep 29 19:34:29 2018 +0000
@@ -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-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 @@
 
 .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"



Home | Main Index | Thread Index | Old Index