aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-23 23:04:26 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-23 23:04:26 +0000
commite36eec6e6d1a607cd09937c60ad2ac3be3800810 (patch)
treed206b534f44823f932c695dad7fdc986422403e5 /sysutils
parent330a78b248fe9ac79c222170bf60f46ee12ca563 (diff)
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ganglia-monitor-core/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/ganglia-monitor-core/Makefile b/sysutils/ganglia-monitor-core/Makefile
index 8c41a544e05d..a80ef3bc77d3 100644
--- a/sysutils/ganglia-monitor-core/Makefile
+++ b/sysutils/ganglia-monitor-core/Makefile
@@ -31,7 +31,8 @@ USE_AUTOTOOLS= libtool
LIBTOOLFILES= configure libmetrics/configure
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-setuid=ganglia --enable-setgid=ganglia
+CONFIGURE_ARGS= --enable-setuid=ganglia --enable-setgid=ganglia \
+ --with-python=${PYTHON_CMD}
CONFIGURE_ENV= GANGLIA_ACK_SYSCONFDIR=1 "LDFLAGS=${LDFLAGS}"
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib