svn commit: r337307 - head/sysutils/ganglia-monitor-core
Antoine Brodin
antoine at FreeBSD.org
Mon Dec 23 23:04:26 UTC 2013
Author: antoine
Date: Mon Dec 23 23:04:26 2013
New Revision: 337307
URL: http://svnweb.freebsd.org/changeset/ports/337307
Log:
Fix python module after removal of implicit lang/python dependency
Modified:
head/sysutils/ganglia-monitor-core/Makefile
Modified: head/sysutils/ganglia-monitor-core/Makefile
==============================================================================
--- head/sysutils/ganglia-monitor-core/Makefile Mon Dec 23 22:58:24 2013 (r337306)
+++ head/sysutils/ganglia-monitor-core/Makefile Mon Dec 23 23:04:26 2013 (r337307)
@@ -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
More information about the svn-ports-all
mailing list