diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:56:10 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:56:10 +0000 |
commit | fae188751b59d1700f6a3231d48e1eb5e4959e90 (patch) | |
tree | 1fd8e51727e986b995f09c954af9176a37f5d767 /sysutils/ganglia-monitor-core | |
parent | 742321c70870f8339d0ac558f88a918b77b56096 (diff) |
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371454
Diffstat (limited to 'sysutils/ganglia-monitor-core')
-rw-r--r-- | sysutils/ganglia-monitor-core/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/ganglia-monitor-core/Makefile b/sysutils/ganglia-monitor-core/Makefile index 5aa2d97717b5..f65dc4fc593d 100644 --- a/sysutils/ganglia-monitor-core/Makefile +++ b/sysutils/ganglia-monitor-core/Makefile @@ -25,8 +25,7 @@ OPTIONS_DEFINE= GMETAD OPTIONS_DEFAULT= GMETAD GMETAD_DESC= include gmetad -USES= libtool pkgconfig -USE_PYTHON= yes +USES= libtool pkgconfig python GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-setuid=ganglia --enable-setgid=ganglia \ |