diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-23 23:04:26 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-23 23:04:26 +0000 |
commit | e36eec6e6d1a607cd09937c60ad2ac3be3800810 (patch) | |
tree | d206b534f44823f932c695dad7fdc986422403e5 /sysutils | |
parent | 330a78b248fe9ac79c222170bf60f46ee12ca563 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ganglia-monitor-core/Makefile | 3 |
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 |