diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-01-12 21:03:23 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-01-12 21:03:23 +0000 |
commit | fb3113ed785b93f13fe0c6edbdfd44cadd7e5339 (patch) | |
tree | 36b3cee25aec3116af28b3a0412eb7e0714e6545 /net-mgmt/collectd5 | |
parent | 60a1360a2fe80d890a3dd4b5a8d462c246151827 (diff) |
Notes
Diffstat (limited to 'net-mgmt/collectd5')
-rw-r--r-- | net-mgmt/collectd5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index c377669dc475..b49f2bf1672f 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -317,7 +317,7 @@ PLIST_SUB+= PING="@comment " .endif .if ${PORT_OPTIONS:MPYTHON} -USES+= python +USES+= python:2 CONFIGURE_ARGS+=--with-python=${PYTHON_CMD} --enable-python PLIST_SUB+= PYTHON="" .else |