diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2005-03-14 21:03:41 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2005-03-14 21:03:41 +0000 |
commit | 4b779929853c42449bcd1edada5e88bf3459364f (patch) | |
tree | f9a606dc20d6c36113e379c40db2419f7f565e89 /sysutils/ganglia-monitor-core | |
parent | 6cf62db41e8b92f9531edd17fa7d165086ba1b94 (diff) |
Notes
Diffstat (limited to 'sysutils/ganglia-monitor-core')
-rw-r--r-- | sysutils/ganglia-monitor-core/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/ganglia-monitor-core/Makefile b/sysutils/ganglia-monitor-core/Makefile index 294b7103417a..10f314171d09 100644 --- a/sysutils/ganglia-monitor-core/Makefile +++ b/sysutils/ganglia-monitor-core/Makefile @@ -17,10 +17,6 @@ DISTNAME= ganglia-${PORTVERSION} MAINTAINER= brooks@FreeBSD.org COMMENT= Ganglia cluster monitor, monitoring daemon -.if defined (WITH_GMETAD) -LIB_DEPENDS= rrd.0:${PORTSDIR}/net/rrdtool -.endif - PKGINSTALL= ${WRKSRC}/pkg-install OPTIONS+= GMETAD "include gmetad" on @@ -39,6 +35,7 @@ SUB_FILES= pkg-install .include <bsd.port.pre.mk> .if defined (WITH_GMETAD) +LIB_DEPENDS= rrd.0:${PORTSDIR}/net/rrdtool CONFIGURE_ARGS+= --with-gmetad .endif INSTALLS_SHLIB= yes |