Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/collectd-curl sysutils/collectd-curl: remove ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/deac9e49bdc3
branches:  trunk
changeset: 432597:deac9e49bdc3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 23 11:10:28 2020 +0000

description:
sysutils/collectd-curl: remove unkown configure option

diffstat:

 sysutils/collectd-curl/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r a8e312dd1ef2 -r deac9e49bdc3 sysutils/collectd-curl/Makefile
--- a/sysutils/collectd-curl/Makefile   Sat May 23 11:07:21 2020 +0000
+++ b/sysutils/collectd-curl/Makefile   Sat May 23 11:10:28 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2020/05/22 10:56:39 adam Exp $
+# $NetBSD: Makefile,v 1.25 2020/05/23 11:10:28 rillig Exp $
 
 COLLECTD_PACKAGE=      curl
 COLLECTD_PLUGINS=      curl curl_json curl_xml apache bind nginx write_http
@@ -10,7 +10,6 @@
 
 CONFIGURE_ARGS+=       --with-libcurl=${BUILDLINK_PREFIX.curl}
 CONFIGURE_ARGS+=       --with-libyajl=${BUILDLINK_PREFIX.yajl}
-CONFIGURE_ARGS+=       --with-libxml2=${BUILDLINK_PREFIX.libxml2}
 
 .include "../../devel/yajl/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index