svn commit: r454885 - branches/2017Q4/net-mgmt/collectd5
Thomas Zander
riggs at FreeBSD.org
Sat Nov 25 14:36:11 UTC 2017
Author: riggs
Date: Sat Nov 25 14:36:10 2017
New Revision: 454885
URL: https://svnweb.freebsd.org/changeset/ports/454885
Log:
MFH: r454882
Allow collectd to use python3 if optional python support is activated
PR: 222742
Submitted by: mi at ALDAN.algebra.com
Approved by: ports-secteam (fix blanket) ports at bsdserwis.com (maintainer)
Modified:
branches/2017Q4/net-mgmt/collectd5/Makefile
Directory Properties:
branches/2017Q4/ (props changed)
Modified: branches/2017Q4/net-mgmt/collectd5/Makefile
==============================================================================
--- branches/2017Q4/net-mgmt/collectd5/Makefile Sat Nov 25 14:29:00 2017 (r454884)
+++ branches/2017Q4/net-mgmt/collectd5/Makefile Sat Nov 25 14:36:10 2017 (r454885)
@@ -212,9 +212,10 @@ PING_LIB_DEPENDS= liboping.so:net/liboping
PING_CONFIGURE_ENABLE= ping
PING_CONFIGURE_WITH= liboping=${LOCALBASE}
-PYTHON_USES= python:2
+PYTHON_USES= python
PYTHON_CONFIGURE_ENABLE= python
PYTHON_CONFIGURE_WITH= python=${PYTHON_CMD}
+PYTHON_CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
RABBITMQ_LIB_DEPENDS= librabbitmq.so:net/rabbitmq-c
RABBITMQ_CONFIGURE_ENABLE= rabbitmq
More information about the svn-ports-branches
mailing list