Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2019 13:44:17 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r510163 - head/net-mgmt/collectd5
Message-ID:  <201908291344.x7TDiHLR088019@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Aug 29 13:44:16 2019
New Revision: 510163
URL: https://svnweb.freebsd.org/changeset/ports/510163

Log:
  net-mgmt/collectd5: Do not set DBI_CONFIGURE_ENABLE twice

Modified:
  head/net-mgmt/collectd5/Makefile

Modified: head/net-mgmt/collectd5/Makefile
==============================================================================
--- head/net-mgmt/collectd5/Makefile	Thu Aug 29 13:41:52 2019	(r510162)
+++ head/net-mgmt/collectd5/Makefile	Thu Aug 29 13:44:16 2019	(r510163)
@@ -127,7 +127,6 @@ JAVA_CONFIGURE_ENABLE=	java
 JAVA_CONFIGURE_WITH=	java=${LOCALBASE} libjvm
 
 DBI_LIB_DEPENDS=	libdbi.so:databases/libdbi
-DBI_CONFIGURE_ENABLE=	libdbi=${LOCALBASE}
 DBI_CONFIGURE_ENABLE=	dbi
 DBI_CFLAGS=		-Wno-deprecated-declarations
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908291344.x7TDiHLR088019>